Commit 236951da942dc79b15cd55ac56e54450d4006030
Committed by
Daniela Feitosa
1 parent
8443f1c2
Exists in
master
and in
29 other branches
Aligning events on search results
(ActionItem1930)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/search/_event.rhtml
1 | -<li> | |
2 | - <strong><%= link_to(event.title, event.url, :class => icon_for_article(event)) %></strong> | |
1 | +<li class="<%= icon_for_article(event) %>"> | |
2 | + <strong><%= link_to(event.title, event.url) %></strong> | |
3 | 3 | <div class="item_meta"> |
4 | 4 | <%= show_period(event.start_date, event.end_date) %> |
5 | 5 | </div> | ... | ... |