mirror of
https://github.com/redmine/redmine.git
synced 2026-01-17 21:12:55 +01:00
Merged r18015 to 4.0-stable (#31063).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18019 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
<% else %>
|
||||
<fieldset id="options"><legend><%= l(:label_options) %></legend>
|
||||
<p><label><%= l(:button_show) %></label>
|
||||
<%= hidden_field_tag 'query[draw_relations]', '0' %>
|
||||
<%= hidden_field_tag 'query[draw_progress_line]', '0' %>
|
||||
<label class="inline"><%= check_box_tag "query[draw_relations]", "1", @query.draw_relations %> <%= l(:label_related_issues) %></label>
|
||||
<label class="inline"><%= check_box_tag "query[draw_progress_line]", "1", @query.draw_progress_line %> <%= l(:label_gantt_progress_line) %></label>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user