diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin_general/index.rhtml | 3 | ||||
-rw-r--r-- | app/views/admin_request/list_old_unclassified.rhtml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml index 87de83752..636a36c48 100644 --- a/app/views/admin_general/index.rhtml +++ b/app/views/admin_general/index.rhtml @@ -39,10 +39,11 @@ <% for @request in @ten_days_old_unclassified %> <li> <%= request_both_links(@request) %> - – <%=simple_date(@request.get_last_event.created_at)%> + – <%=simple_date(@request.get_last_response_event.created_at)%> </li> <% end %> </ul> + <p>(<%= link_to "Full list", admin_url("unclassified") %>) <% end %> diff --git a/app/views/admin_request/list_old_unclassified.rhtml b/app/views/admin_request/list_old_unclassified.rhtml index 3db40528e..38f2822e0 100644 --- a/app/views/admin_request/list_old_unclassified.rhtml +++ b/app/views/admin_request/list_old_unclassified.rhtml @@ -1,4 +1,4 @@ -<% @title = "Unclassfied responses" %> +<% @title = "Unclassified responses" %> <h1><%=@title%></h1> @@ -7,7 +7,7 @@ <% for @request in @info_requests %> <li> <%= request_both_links(@request) %> - – <%=simple_date(@request.get_last_event.created_at)%> + – <%=simple_date(@request.get_last_response_event.created_at)%> </li> <% end %> </ul> |