From 580e2f669a5d71435daf8e3a1060fbd69758289b Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 27 May 2019 21:24:24 +0000 Subject: [PATCH] Use the regular "icon icon-*" classes for collapsible fields (#31433). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18204 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/queries/_query_form.html.erb | 4 ++-- app/views/versions/index.html.erb | 4 ++-- public/javascripts/application.js | 1 + public/stylesheets/application.css | 8 ++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/views/queries/_query_form.html.erb b/app/views/queries/_query_form.html.erb index 9ca432b62..c8be6b771 100644 --- a/app/views/queries/_query_form.html.erb +++ b/app/views/queries/_query_form.html.erb @@ -5,14 +5,14 @@
"> - <%= l(:label_filter_plural) %> + "><%= l(:label_filter_plural) %>
"> <%= render :partial => 'queries/filters', :locals => {:query => @query} %>