summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-02-11 17:59:05 +0000
committerJohn McLear <john@mclear.co.uk>2015-02-11 17:59:05 +0000
commitddc69831b219b7e6bedee910fba805a26b0fb0ca (patch)
tree86c990383d33fa1db523ad65e33bf33595d94a31 /src/templates
parent7e7eb542be4f095c3c267861c91054e2e217b3a4 (diff)
downloadetherpad-lite-ddc69831b219b7e6bedee910fba805a26b0fb0ca.zip
working, need to test though
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/admin/plugins-info.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/admin/plugins-info.html b/src/templates/admin/plugins-info.html
index 0ca6d010..ac1d88bc 100644
--- a/src/templates/admin/plugins-info.html
+++ b/src/templates/admin/plugins-info.html
@@ -22,6 +22,8 @@
</div>
<div class="innerwrapper">
+ <h2>Etherpad Git Commit</h2>
+ <pre><%= gitCommit %></pre>
<h2>Installed plugins</h2>
<pre><%- plugins.formatPlugins().replace(", ","\n") %></pre>