aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-01-22 17:45:23 +0100
committerhellekin <hellekin@cepheide.org>2021-01-22 17:45:23 +0100
commitb5514684c48aa3c521da76c099412264c32c7769 (patch)
tree1ff77c565c3e58bfa7634dfe457e9e5c826c22e1 /app
parent80834d7472ad80a81158ba76a98b04cb45fc59d6 (diff)
downloadincommon-map-b5514684c48aa3c521da76c099412264c32c7769.tar.gz
Add some debug infov0.1.6
Diffstat (limited to 'app')
-rw-r--r--app/views/welcome/index.html.erb1
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 %>