mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 11:31:31 +01:00
Add missing closing tag in app/views/roles/_form.html.erb (#29912).
Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@17621 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
</label>
|
||||
<% end %>
|
||||
<%= hidden_field_tag 'role[managed_role_ids][]', '' %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
<% if @role.new_record? && @roles.any? %>
|
||||
|
||||
Reference in New Issue
Block a user