diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 17:45:23 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 17:45:23 +0100 |
commit | b5514684c48aa3c521da76c099412264c32c7769 (patch) | |
tree | 1ff77c565c3e58bfa7634dfe457e9e5c826c22e1 /app/views | |
parent | 80834d7472ad80a81158ba76a98b04cb45fc59d6 (diff) | |
download | incommon-map-b5514684c48aa3c521da76c099412264c32c7769.tar.gz |
Add some debug infov0.1.6
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/welcome/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index a7bf9b8..0d70707 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -14,6 +14,7 @@ <% content_for :debug do %> <% if current_user.present? %> + <%= pluralize(Resource.count, "resource") %> <% end %><%# ensure it does not break when we don't have a record... %> <% end %> |