diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-19 10:33:13 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-19 10:33:13 +0200 |
commit | 47f60085e9ed997e7f8b2b9d829094c94e26eb25 (patch) | |
tree | bb7710a5da7f7b24511907d12b123602a7f1dbb2 /web/views | |
parent | 5077b329d6e1c90ca7735c17f8ab49d43808f20e (diff) | |
download | taginfo-47f60085e9ed997e7f8b2b9d829094c94e26eb25.tar taginfo-47f60085e9ed997e7f8b2b9d829094c94e26eb25.tar.gz |
Make it easier to get at version of taginfo running on a site.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/taginfo/index.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/taginfo/index.erb b/web/views/taginfo/index.erb index 3139642..62099f6 100644 --- a/web/views/taginfo/index.erb +++ b/web/views/taginfo/index.erb @@ -12,7 +12,7 @@ <li><a href="/taginfo/projects">Projects</a></li> </ul> <h2>Software Version</h2> - <p><%= @commit %></p> + <p><%= @commit_date %> (<a href="https://github.com/joto/taginfo/commit/<%= @commit %>"><%= @commit[0, 10] %></a>)</p> <h2>Config Settings</h2> <table class="list"> <tr><th class="tl">Variable</th><th class="tl">Setting</th></tr> |