From 1c8fc53b4f4ed8f25dc73983c66689087844a044 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Wed, 29 May 2019 20:31:06 +0000 Subject: [PATCH 1/3] Fix missing icons --- 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 060789b..9874ac1 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 f9c35eb..1f2ad6b 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} %>