diff options
Diffstat (limited to 'src/templates/admin/plugins-info.html')
-rw-r--r-- | src/templates/admin/plugins-info.html | 5 |
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> |