diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/index.rhtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index 6f1550d7b..cca788f6f 100644 --- a/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml @@ -11,8 +11,10 @@ <hr> +<h1>Things to do</h1> + <% if @requires_admin_requests.size > 0 %> - <h3>Requests requiring admin attention</h3> + <h3>Work out what to do with these unusual responses (a new category?)</h3> <ul> <% for @request in @requires_admin_requests %> @@ -22,7 +24,7 @@ <% end %> <% if @two_week_old_unclassified.size > 0 %> - <h3>Still unclassified two weeks after response</h3> + <h3>Classify responses that are still unclassified two weeks after response</h3> <ul> <% for @request in @two_week_old_unclassified %> @@ -32,7 +34,7 @@ <% end %> <% if @blank_contacts.size > 0 %> - <h3>Public authorities with missing contact details</h3> + <h3>Find missing FOI email for these public authorities (try phoning!)</h3> <ul> <% for @blank_contact in @blank_contacts %> <li><%= link_to h(@blank_contact.name), "body/show/" + @blank_contact.id.to_s %></li> |