diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 12:23:20 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-23 09:15:49 +0100 |
commit | 0e7afc75608cd190908e92c1fb31e288dfb718f9 (patch) | |
tree | 212d10a2833a5b658d42f50d3c00497424e6d88d /app/views/admin_general/debug.rhtml | |
parent | ffbb807c5383a2e40b9e82a3c6f0adfce6417cba (diff) |
Show Alaveteli version number on debug page (using last git tag in history)
Diffstat (limited to 'app/views/admin_general/debug.rhtml')
-rw-r--r-- | app/views/admin_general/debug.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin_general/debug.rhtml b/app/views/admin_general/debug.rhtml index 40fe33616..d7bf1c6da 100644 --- a/app/views/admin_general/debug.rhtml +++ b/app/views/admin_general/debug.rhtml @@ -7,6 +7,8 @@ <h2>Version numbers</h2> <p> +Alaveteli version: <%= link_to @current_version, @github_origin + @current_version %> +<br> Alaveteli branch: <%= link_to @current_branch, @github_origin + @current_branch %> <br> Alaveteli commit: <%= link_to @current_commit, @github_origin + @current_commit %> |