diff options
-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' %> |