summaryrefslogtreecommitdiffstats
path: root/app/views/calendars/show.html.erb
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/calendars/show.html.erb
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/calendars/show.html.erb')
-rw-r--r--app/views/calendars/show.html.erb2
1 files changed, 1 insertions, 1 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 @@
<div id="query_form_with_buttons" class="hide-when-print">
<div id="query_form_content">
<fieldset id="filters" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>">
- <legend onclick="toggleFieldset(this);"><%= l(:label_filter_plural) %></legend>
+ <legend onclick="toggleFieldset(this);" class="icon icon-<%= @query.new_record? ? "expended" : "collapsed" %>"><%= l(:label_filter_plural) %></legend>
<div style="<%= @query.new_record? ? "" : "display: none;" %>">
<%= render :partial => 'queries/filters', :locals => {:query => @query} %>
</div>