summaryrefslogtreecommitdiffstats
path: root/app/views/search
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-05-30 07:34:13 +0000
committerGo MAEDA <maeda@farend.jp>2019-05-30 07:34:13 +0000
commit5a9485489fefab4462c85a32571a02ff87844cde (patch)
tree989d5c9aeda9468390452cf2f3fdd9e6904a00c1 /app/views/search
parentdcb9d8c4a79bf348bdfbf8554136d16bf129e131 (diff)
downloadredmine-5a9485489fefab4462c85a32571a02ff87844cde.tar.gz
redmine-5a9485489fefab4462c85a32571a02ff87844cde.zip
Fix missing icons (#31433).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18208 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb
index 526568130..ab11f5a49 100644
--- a/app/views/search/index.html.erb
+++ b/app/views/search/index.html.erb
@@ -21,7 +21,7 @@
</fieldset>
<fieldset class="collapsible collapsed">
- <legend onclick="toggleFieldset(this);"><%= l(:label_options) %></legend>
+ <legend onclick="toggleFieldset(this);" class="icon icon-collapsed"><%= l(:label_options) %></legend>
<div id="options-content" style="display:none;">
<p><label><%= check_box_tag 'open_issues', 1, @open_issues %> <%= l(:label_search_open_issues_only) %></label></p>
<p>