diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 09ce1af2f..bb9f6b9db 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1850,7 +1850,7 @@ span.icon-label {
.open .icon-folder:not(:has(svg)) { background-image: url(/folder_open.png); }
.icon-package:not(:has(svg)) { background-image: url(/package.png); }
.icon-user:not(:has(svg)) { background-image: url(/user.png); }
-.icon-project, .icon-projects:not(:has(svg)) { background-image: url(/projects.png); }
+.icon-project:not(:has(svg)), .icon-projects:not(:has(svg)) { background-image: url(/projects.png); }
.icon-help:not(:has(svg)) { background-image: url(/help.png); }
.icon-attachment:not(:has(svg)) { background-image: url(/attachment.png); }
.icon-history:not(:has(svg)) { background-image: url(/history.png); }
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index ce7887a9d..7b5fc4f36 100644
--- a/app/views/search/index.html.erb
+++ b/app/views/search/index.html.erb
@@ -51,12 +51,13 @@
<%= l(:label_result_plural) %> (<%= @result_count %>)
<% if @result_count_by_type['issues'].to_i > 0 && @search_attachments == '0' %>
- <%= link_to l(:button_apply_issues_filter), issues_filter_path(@question, projects_scope: params[:scope], all_words: @all_words, titles_only: @titles_only, open_issues: @open_issues), :class => 'icon icon-list' %>
+ <%= link_to sprite_icon('list', l(:button_apply_issues_filter)), issues_filter_path(@question, projects_scope: params[:scope], all_words: @all_words, titles_only: @titles_only, open_issues: @open_issues), :class => 'icon icon-list' %>
<% end %>
<% @results.each do |e| %>
-
+ <%= sprite_icon(e.event_type) %>
<%= content_tag('span', e.project, :class => 'project') unless @project == e.project %>
<%= link_to(highlight_tokens(e.event_title.truncate(255), @tokens), e.event_url) %>
diff --git a/config/icon_source.yml b/config/icon_source.yml
index 92ea716b1..3171d2761 100644
--- a/config/icon_source.yml
+++ b/config/icon_source.yml
@@ -115,6 +115,8 @@
svg: refresh
- name: projects
svg: packages
+- name: project
+ svg: packages
- name: package
svg: package
- name: custom-fields
@@ -131,6 +133,10 @@
svg: message
- name: comment
svg: message
+- name: message
+ svg: message
+- name: reply
+ svg: messages
- name: arrow-right
svg: arrow-big-right
- name: wiki-page