aboutsummaryrefslogtreecommitdiff
path: root/app/views/welcome/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/welcome/index.html.erb')
-rw-r--r--app/views/welcome/index.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index d9fd0f6..a7bf9b8 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -16,3 +16,7 @@
<% if current_user.present? %>
<% end %><%# ensure it does not break when we don't have a record... %>
<% end %>
+
+<% content_for :footer do %>
+ <%= version_string %>
+<% end %>