diff options
-rw-r--r-- | app/views/request/_request_listing_via_event.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_request_listing_via_event.html.erb b/app/views/request/_request_listing_via_event.html.erb index 43ab1b5c8..7ad568829 100644 --- a/app/views/request/_request_listing_via_event.html.erb +++ b/app/views/request/_request_listing_via_event.html.erb @@ -7,7 +7,7 @@ end %> <span class="head"> <% if event.is_incoming_message? %> <%= link_to highlight_words(event.info_request.title, @highlight_words), incoming_message_path(event.incoming_message) %> - <% elsif event.is_outgoing_message? and event.event_type == 'followup_sent' %> + <% elsif event.is_outgoing_message? && event.event_type == 'followup_sent' %> <%= link_to highlight_words(event.info_request.title, @highlight_words), outgoing_message_path(event.outgoing_message) %> <% elsif event.is_comment? %> <%= link_to highlight_words(event.info_request.title, @highlight_words), comment_path(event.comment) %> |