@@ -30,7 +30,7 | |||
|
30 | 30 | <% @results.each do |e| %> |
|
31 | 31 | <dt class="<%= e.event_type %>"> |
|
32 | 32 | <%= content_tag('span', h(e.project), :class => 'project') unless @project == e.project %> |
|
33 |
<%= link_to(highlight_tokens( |
|
|
33 | <%= link_to(highlight_tokens(e.event_title.truncate(255), @tokens), e.event_url) %> | |
|
34 | 34 | </dt> |
|
35 | 35 | <dd><span class="description"><%= highlight_tokens(e.event_description, @tokens) %></span> |
|
36 | 36 | <span class="author"><%= format_time(e.event_datetime) %></span></dd> |
General Comments 0
You need to be logged in to leave comments.
Login now