summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.erb')
-rw-r--r--app/views/layouts/application.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 689051f..4120f34 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -85,7 +85,8 @@
<%= yield %>
</div>
<div id="footer">
- <span><strong>GLSAMaker <%= GLSAMAKER_VERSION %></strong></span>
+ <span><strong>GLSAMaker <%= `git describe --tags` %></strong></span>
+ <span><strong>CVE Data current as of: <%= last_import_start ? last_import_start : 'unknown' %></strong></span>
<span><%= link_to "About&hellip;".html_safe, :controller => 'index', :action => 'about' %></span>
<span class="floatright"><strong>Administrative contact: <a href="mailto:<%= GLSAMAKER_ADMIN_EMAIL%>"><%= GLSAMAKER_ADMIN_EMAIL%></a></strong></span>