foodsoft/app/views/foodcoop/workgroups/edit.html.haml

9 lines
337 B
Plaintext
Raw Normal View History

- title t('.title')
%p= t('.invite_new', invite_link: link_to(t('.invite_link'), new_invite_path(id: @workgroup.id))).html_safe
= simple_form_for [:foodcoop, @workgroup] do |f|
2011-06-10 13:22:15 +02:00
= render :partial => 'shared/group_form_fields', :locals => {:f => f}
2012-10-09 02:31:10 +02:00
.form-actions
= f.submit
= link_to t('.or_cancel'), foodcoop_workgroups_path