aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-25 16:35:04 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-25 16:35:16 +1100
commit0f023841ee105c702bf9f65163e2b29343162950 (patch)
treea3f2ab5c639b56a15acf16a3e6f0266b5f07066d
parentdbd868f349baf5a1c6f580678296253643c06def (diff)
Add url_title to make it easy to double-check the redelivery action
-rw-r--r--app/views/admin_request/show_raw_email.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin_request/show_raw_email.rhtml b/app/views/admin_request/show_raw_email.rhtml
index 9d0870e39..ae0db1c29 100644
--- a/app/views/admin_request/show_raw_email.rhtml
+++ b/app/views/admin_request/show_raw_email.rhtml
@@ -38,6 +38,10 @@
<%= link_to(info_request.public_body.name, public_body_admin_url(info_request.public_body)) %>
</td>
</tr>
+ <tr>
+ <td><strong>url_title:</strong></td>
+ <td><%= info_request.url_title %></td>
+ </tr>
</table>
<p>
This request was guessed because it has an incoming email address of <strong><%= info_request.incoming_email %></strong> and this incoming message was sent to <strong><%= @raw_email.incoming_message.mail.to %></strong>.