diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-23 01:53:38 -0700 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-23 01:53:38 -0700 |
commit | 8300398b9f4666c102d6c205f1b94e00b8017014 (patch) | |
tree | bfecc1ae98ff202e4063714c267afde0692f1ca7 /app/views/admin_general/debug.rhtml | |
parent | 20b2a3c493d19b1ea66ba2605053af05f0595f7f (diff) | |
parent | 820e124c20865c17eeea2e17c5bb82da620ada5b (diff) |
Merge pull request #493 from sebbacon/feature/merge-wombleton-sparkly-admin-css
Merge @wombleton sparkly admin css
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 %> |