diff options
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> |