From: Go MAEDA Date: Mon, 5 Nov 2018 13:40:15 +0000 (+0000) Subject: Add missing closing tag in app/views/roles/_form.html.erb (#29912). X-Git-Tag: 4.0.0~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=45ea5bc0d989b0b141fe447995f7f788b757dce3;p=redmine.git 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 --- diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index d87c6a16b..4a49d53de 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -36,6 +36,7 @@ <% end %> <%= hidden_field_tag 'role[managed_role_ids][]', '' %> +

<% end %> <% if @role.new_record? && @roles.any? %>