diff options
-rw-r--r-- | app/views/request/_request_listing_via_event.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_request_listing_via_event.rhtml b/app/views/request/_request_listing_via_event.rhtml index afbd053f0..831ab5836 100644 --- a/app/views/request/_request_listing_via_event.rhtml +++ b/app/views/request/_request_listing_via_event.rhtml @@ -15,7 +15,7 @@ end %> <% end %> </span> <span class="desc"> - <%= highlight_and_excerpt(event.Search_text_main(true), @highlight_words, 150) %> + <%= highlight_and_excerpt(event.search_text_main(true), @highlight_words, 150) %> </span> <span class="bottomline icon_<%= info_request.calculate_status %>"> |