summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-02-11 18:05:01 +0000
committerJohn McLear <john@mclear.co.uk>2015-02-11 18:05:01 +0000
commitd0caebc21f970a0a7d17f4b64b35e48bc0357621 (patch)
tree9e26ab0b49f86e03a535beb9d70716429d5c62ab /src
parentddc69831b219b7e6bedee910fba805a26b0fb0ca (diff)
downloadetherpad-lite-d0caebc21f970a0a7d17f4b64b35e48bc0357621.zip
may aswell make the git sha a link to the commit
Diffstat (limited to 'src')
-rw-r--r--src/templates/admin/plugins-info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/admin/plugins-info.html b/src/templates/admin/plugins-info.html
index ac1d88bc..1b328a89 100644
--- a/src/templates/admin/plugins-info.html
+++ b/src/templates/admin/plugins-info.html
@@ -23,7 +23,7 @@
<div class="innerwrapper">
<h2>Etherpad Git Commit</h2>
- <pre><%= gitCommit %></pre>
+ <p><a href='https://github.com/ether/etherpad-lite/commit/<%= gitCommit %>'><%= gitCommit %></a></p>
<h2>Installed plugins</h2>
<pre><%- plugins.formatPlugins().replace(", ","\n") %></pre>