diff options
author | francis <francis> | 2008-04-09 01:59:15 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-09 01:59:15 +0000 |
commit | 94d31b646b3b18f36ed43cc12ad1f647350cf134 (patch) | |
tree | ee79c524813dfa7b4d5fbb6ca2f2031daf483eaa | |
parent | f389eb20ce178aeb2231c042e2d886c5d14a0a7d (diff) |
Show current status on the original sent things, so lists of requests are better.
-rw-r--r-- | app/views/request/_request_listing_via_event.rhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/request/_request_listing_via_event.rhtml b/app/views/request/_request_listing_via_event.rhtml index 79bbe0ef4..58630337b 100644 --- a/app/views/request/_request_listing_via_event.rhtml +++ b/app/views/request/_request_listing_via_event.rhtml @@ -26,6 +26,9 @@ <span class="request_listing_bottomline"> <% if event.event_type == 'sent' %> + <strong> + <%= info_request.display_status %> + </strong> Request sent to <%= public_body_link(info_request.public_body) %> by <%= user_link(info_request.user) %> <% elsif event.event_type == 'followup_sent' %> |