diff --git a/app/views/admin/mail_options.rhtml b/app/views/admin/mail_options.rhtml index dd87f784..590c75b3 100644 --- a/app/views/admin/mail_options.rhtml +++ b/app/views/admin/mail_options.rhtml @@ -13,6 +13,7 @@ <%= l(p.description.to_sym) %> <% end %> +
<% end %> diff --git a/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml index df4a58dd..7cd83fd4 100644 --- a/app/views/roles/_form.rhtml +++ b/app/views/roles/_form.rhtml @@ -11,7 +11,8 @@
<%= check_box_tag "permission_ids[]", p.id, (@role.permissions.include? p) %> <%= l(p.description.to_sym) %>
-<% end %> +<% end %> +
<% end %>