mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 01:07:24 +02:00
Adds :view_issues_bulk_edit_details_bottom hook. #1677
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1738 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<label><%= l(:field_done_ratio) %>:
|
||||
<%= select_tag 'done_ratio', options_for_select([[l(:label_no_change_option), '']] + (0..10).to_a.collect {|r| ["#{r*10} %", r*10] }) %></label>
|
||||
</p>
|
||||
<%= call_hook(:view_issues_bulk_edit_details_bottom, { :issues => @issues }) %>
|
||||
</fieldset>
|
||||
|
||||
<fieldset><legend><%= l(:field_notes) %></legend>
|
||||
|
||||
Reference in New Issue
Block a user