fix small format bug in template
This commit is contained in:
parent
ecce8041a1
commit
5b53749fe6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue