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