Fixed some typos.

This commit is contained in:
benni 2011-06-10 13:31:01 +02:00
parent 172db1d37e
commit a27c0c67fc
3 changed files with 2 additions and 3 deletions

View File

@ -10,5 +10,5 @@
|
= link_to 'Löschen', [:admin, @workgroup], :confirm => 'Bist Du sicher?', :method => :delete
|
= link_to 'Nachricht senden', new_message_path(:message => {:group_id => @ordergroup.id})
= link_to 'Nachricht senden', new_message_path(:message => {:group_id => @workgroup.id})
%p{:style => "clear:both"}= link_to "Gruppenübersicht", admin_workgroups_path

View File

@ -1 +0,0 @@
= render "shared/memberships/members"

View File

@ -3,7 +3,7 @@
= f.input :last_name
= f.input :email
= f.input :phone
= f.input :password
= f.input :password, :required => @user.new_record?
= f.input :password_confirmation
- for setting in User::setting_keys.keys
.input.boolean