may aswell make the git sha a link to the commit

This commit is contained in:
John McLear 2015-02-11 18:05:01 +00:00
parent ddc69831b2
commit d0caebc21f

View file

@ -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>