diff options
author | francis <francis> | 2008-04-17 11:11:55 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-17 11:11:55 +0000 |
commit | 24d94bec6bc1aececaaa1f3aad212b09f18d1495 (patch) | |
tree | e4eb71be08bde3499d19f8b1ff54393b09ec236a | |
parent | e890f76f3971ecd5b329e1b53417a0c83b52327a (diff) |
Clearer description that it is things to do.
-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> |