From 5a9485489fefab4462c85a32571a02ff87844cde Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 30 May 2019 07:34:13 +0000 Subject: Fix missing icons (#31433). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18208 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/calendars/show.html.erb | 2 +- app/views/gantts/show.html.erb | 4 ++-- app/views/search/index.html.erb | 2 +- app/views/wiki/show.html.erb | 2 +- app/views/workflows/edit.html.erb | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb index 060789b18..9874ac15b 100644 --- a/app/views/calendars/show.html.erb +++ b/app/views/calendars/show.html.erb @@ -7,7 +7,7 @@
"> - <%= l(:label_filter_plural) %> + "><%= l(:label_filter_plural) %>
"> <%= render :partial => 'queries/filters', :locals => {:query => @query} %>
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index f9c35ebc9..1f2ad6bd9 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -14,14 +14,14 @@
"> - <%= l(:label_filter_plural) %> + "><%= l(:label_filter_plural) %>
"> <%= render :partial => 'queries/filters', :locals => {:query => @query} %>