1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 23:11:12 +00: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:
Go MAEDA 2018-11-05 13:40:15 +00:00
parent ce7931a956
commit 45ea5bc0d9

View File

@ -36,6 +36,7 @@
</label> </label>
<% end %> <% end %>
<%= hidden_field_tag 'role[managed_role_ids][]', '' %> <%= hidden_field_tag 'role[managed_role_ids][]', '' %>
</p>
<% end %> <% end %>
<% if @role.new_record? && @roles.any? %> <% if @role.new_record? && @roles.any? %>