foodsoft/app/views/invites/new.html.haml

8 lines
237 B
Plaintext
Raw Normal View History

2013-02-04 13:13:04 +01:00
= t('.body', group: @invite.group.name).html_safe
2012-08-06 12:00:40 +02:00
= simple_form_for @invite do |form|
= form.hidden_field :user_id
= form.hidden_field :group_id
= form.input :email
2013-02-04 12:59:04 +01:00
= form.submit t('.action')
2013-10-02 17:08:24 +02:00
= link_to t('ui.or_cancel'), :back