diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 14:45:15 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 14:46:50 +0100 |
commit | 9d51444479cec02d0b250ae65a91d36beb5f6b1b (patch) | |
tree | 71475d4157eaa2f65207e43cec433a18304d1a50 /app/views/welcome/index.html.erb | |
parent | 97bfc3f6012027077077ea4a6b5f2f709c76158e (diff) | |
download | incommon-map-9d51444479cec02d0b250ae65a91d36beb5f6b1b.tar.gz |
Link to current source code version (per AGPL-3.0)
Diffstat (limited to 'app/views/welcome/index.html.erb')
-rw-r--r-- | app/views/welcome/index.html.erb | 4 |
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 %> |