diff --git a/app/views/invites/new.html.haml b/app/views/invites/new.html.haml index 523238fa..eb9081cb 100644 --- a/app/views/invites/new.html.haml +++ b/app/views/invites/new.html.haml @@ -1,4 +1,4 @@ -%p= t('.body', group: @invite.group.name).html_safe += t('.body', group: @invite.group.name).html_safe = simple_form_for @invite do |form| = form.hidden_field :user_id = form.hidden_field :group_id