summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2015-04-10 23:52:17 +0200
committerStefan <mu.stefan@googlemail.com>2015-04-10 23:52:17 +0200
commit8e4c961207bb995a61c94407c11efb298e5f3157 (patch)
treebf22296bdc68136c8b617b759c8f46d2ec98a4da /src/templates
parentfc60ddded18704242ece2a35ee5c2e3b7b49bf08 (diff)
downloadetherpad-lite-8e4c961207bb995a61c94407c11efb298e5f3157.zip
Add version number to plugins-info page
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/admin/plugins-info.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/templates/admin/plugins-info.html b/src/templates/admin/plugins-info.html
index 1b328a89..5d39c388 100644
--- a/src/templates/admin/plugins-info.html
+++ b/src/templates/admin/plugins-info.html
@@ -22,8 +22,9 @@
</div>
<div class="innerwrapper">
- <h2>Etherpad Git Commit</h2>
- <p><a href='https://github.com/ether/etherpad-lite/commit/<%= gitCommit %>'><%= gitCommit %></a></p>
+ <h2>Etherpad version</h2>
+ <p>Version number: <%= epVersion %></p>
+ <p>Git sha: <a href='https://github.com/ether/etherpad-lite/commit/<%= gitCommit %>'><%= gitCommit %></a></p>
<h2>Installed plugins</h2>
<pre><%- plugins.formatPlugins().replace(", ","\n") %></pre>