Skip to content
Snippets Groups Projects
Commit 45dfd411 authored by Magdalena Kafka's avatar Magdalena Kafka
Browse files

Merge pull request #4012 from HDinger/fix/22308-missing-icon-in-search-result-list

[22308] Missing icon in search result list
parents 7542971b 882bea04
No related merge requests found
......@@ -89,6 +89,7 @@ See doc/COPYRIGHT.rdoc for more details.
<dt class="<%= e.event_type %>">
<% event_type = e.event_type == 'meeting' ? 'meetings' : e.event_type %>
<% event_type = e.event_type == 'cost_object' ? 'budget' : event_type %>
<% event_type = e.event_type == 'reply' ? 'forums' : event_type %>
<%= icon_wrapper("icon-context icon-#{event_type}", e.event_name) %>
<% if e.project != @project %>
<span class="project"><%= e.project %></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment