Fix the bulk edit style from Redmine Core changes.
This commit is contained in:
@@ -42,7 +42,7 @@ class BudgetIssueHook < Redmine::Hook::ViewListener
|
||||
content_tag('option', l(:label_none), :value => 'none') +
|
||||
options_from_collection_for_select(Deliverable.find_all_by_project_id(context[:project].id, :order => 'subject ASC'), :id, :subject))
|
||||
|
||||
return content_tag(:p, "<label>#{l(:field_deliverable)}: " + select + "</label>")
|
||||
return content_tag(:p, content_tag(:label, l(:field_deliverable)) + select)
|
||||
else
|
||||
return ''
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user