diff options
author | francis <francis> | 2008-05-12 12:14:44 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-12 12:14:44 +0000 |
commit | 2897d6a23274050a80bbd2aee2219a191c610758 (patch) | |
tree | c1b7c4a31709bda74e4937ff7869001b5ef09096 | |
parent | a04833bc2b6f809c58afd0ef68ac8956f37fca8f (diff) |
Always show current status of request.
-rw-r--r-- | app/views/request/_request_listing_via_event.rhtml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/request/_request_listing_via_event.rhtml b/app/views/request/_request_listing_via_event.rhtml index 3e43d2c66..408229f94 100644 --- a/app/views/request/_request_listing_via_event.rhtml +++ b/app/views/request/_request_listing_via_event.rhtml @@ -28,10 +28,11 @@ end %> <span class="bottomline icon_<%= info_request.calculate_status %>"> + <strong> + <%= info_request.display_status %> + </strong><br> + <% if event.event_type == 'sent' %> - <strong> - <%= info_request.display_status %> - </strong><br> Request sent to <%= public_body_link(info_request.public_body) %> by <%= user_link(info_request.user) %> <% elsif event.event_type == 'followup_sent' %> |