Admin/users refactored.

This commit is contained in:
benni 2011-06-09 22:03:27 +02:00
parent ea6348bc5c
commit a787b3cf24
10 changed files with 100 additions and 99 deletions

View file

@ -0,0 +1,9 @@
%h1 Benutzerin bearbeiten
#newUser{:style => "width:65em"}
.box_title
%h2 Benutzerin bearbeiten
#userForm.column_content
- simple_form_for([:admin, @user]) do |f|
= render :partial => 'shared/user_form_fields', :locals => {:f => f}
= f.submit
= link_to 'oder abbrechen', admin_users_path