aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/request/_request_listing_via_event.rhtml7
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' %>