6 lines
182 B
Text
6 lines
182 B
Text
|
= simple_form_for([:admin, @user]) do |f|
|
||
|
= render :partial => 'shared/user_form_fields', :locals => {:f => f}
|
||
|
.form-actions
|
||
|
= f.submit
|
||
|
= link_to 'oder abbrechen', :back
|