aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/index.rhtml')
-rw-r--r--app/views/admin/index.rhtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml
index b41ca78c4..18f61eab9 100644
--- a/app/views/admin/index.rhtml
+++ b/app/views/admin/index.rhtml
@@ -13,6 +13,20 @@
<h1>Things to do</h1>
+<% if @holding_pen_messages.size > 0 %>
+ <h3>Put misdelivered responses with the right request</h3>
+
+ <ul>
+ <% for message in @holding_pen_messages %>
+ <li>
+ <%= link_to excerpt(message.get_body_for_quoting, "", 60), "request/show/" + InfoRequest.holding_pen_request.id.to_s + "#incoming-" + message.id.to_s %>
+ (<%=simple_date(message.sent_at)%>)
+ </li>
+ <% end %>
+ </ul>
+
+<% end %>
+
<% if @one_week_old_unclassified.size > 0 %>
<h3>Classify responses that are still unclassified one week after response</h3>