aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-01-22 14:45:15 +0100
committerhellekin <hellekin@cepheide.org>2021-01-22 14:46:50 +0100
commit9d51444479cec02d0b250ae65a91d36beb5f6b1b (patch)
tree71475d4157eaa2f65207e43cec433a18304d1a50 /app/views
parent97bfc3f6012027077077ea4a6b5f2f709c76158e (diff)
downloadincommon-map-9d51444479cec02d0b250ae65a91d36beb5f6b1b.tar.gz
Link to current source code version (per AGPL-3.0)
Diffstat (limited to 'app/views')
-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 %>