foodsoft/app/views/admin/users/new.html.haml

11 lines
344 B
Plaintext
Raw Normal View History

- title "Neue Benutzerin"
#newUser
.box_title
%h2 Neue Benutzerin
.column_content#userForm
2011-06-10 13:22:15 +02:00
= simple_form_for([:admin, @user]) do |f|
2011-06-09 22:03:27 +02:00
= render :partial => 'shared/user_form_fields', :locals => {:f => f}
= f.submit
= link_to 'oder abbrechen', admin_users_path
%p= link_to 'Benutzerinnenübersicht', admin_users_path