diff options
author | John McLear <john@mclear.co.uk> | 2015-02-11 18:05:01 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-02-11 18:05:01 +0000 |
commit | d0caebc21f970a0a7d17f4b64b35e48bc0357621 (patch) | |
tree | 9e26ab0b49f86e03a535beb9d70716429d5c62ab /src/templates/admin/plugins-info.html | |
parent | ddc69831b219b7e6bedee910fba805a26b0fb0ca (diff) | |
download | etherpad-lite-d0caebc21f970a0a7d17f4b64b35e48bc0357621.zip |
may aswell make the git sha a link to the commit
Diffstat (limited to 'src/templates/admin/plugins-info.html')
-rw-r--r-- | src/templates/admin/plugins-info.html | 2 |
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> |