diff options
-rw-r--r-- | app/views/request/_request_listing_via_event.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/request/_request_listing_via_event.rhtml b/app/views/request/_request_listing_via_event.rhtml index fd30a5dc9..93dc2e625 100644 --- a/app/views/request/_request_listing_via_event.rhtml +++ b/app/views/request/_request_listing_via_event.rhtml @@ -40,6 +40,8 @@ end %> to <%= user_link(info_request.user) %> <% elsif event.event_type == 'comment' %> Annotation by <%= user_link(event.comment.user) %> + on request to <%= public_body_link(info_request.public_body) %> + by <%= user_link(info_request.user) %> <% else %> <% raise "unknown event type indexed " + event.event_type %> <% end %> |