blob: d88910ad40041250ee4816c45eef45a1f2f227e7 (
plain)
1
2
3
4
5
6
7
|
= simple_form_for [:organisation, @user], html: {class: 'form-horizontal' } do |form|
= form.input :name
= form.input :email
.form-actions
= form.button :submit, as: :button
= link_to t("cancel"), organisation_path
|