aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_general/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin_general/index.rhtml')
-rw-r--r--app/views/admin_general/index.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml
index d15f619f1..87de83752 100644
--- a/app/views/admin_general/index.rhtml
+++ b/app/views/admin_general/index.rhtml
@@ -33,7 +33,7 @@
<% end %>
<% if @ten_days_old_unclassified.size > 0 %>
- <h3>Classify responses that are still unclassified ten days after response (<%=@ten_days_old_unclassified.size%> total)</h3>
+ <h3>Classify responses that are still unclassified ten days after response</h3>
<ul>
<% for @request in @ten_days_old_unclassified %>
@@ -43,6 +43,7 @@
</li>
<% end %>
</ul>
+ <p>(<%= link_to "Full list", admin_url("unclassified") %>)
<% end %>
<% if @error_message_requests.size > 0 %>