diff options
author | francis <francis> | 2008-09-24 13:03:56 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-24 13:03:56 +0000 |
commit | 83abcd87814870b8a44dc384bd82186aa6051640 (patch) | |
tree | 9f34ea2fd2776ac8529a5b9c2115a645bee882c7 | |
parent | 704a29834ac98c69583a7968fc259ba59a92743d (diff) |
Maybe too verbose, but you do need to see the body and user of a request for
annotation events, as they often represent the whole request.
-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 %> |