Fixed some typos.
This commit is contained in:
parent
172db1d37e
commit
a27c0c67fc
3 changed files with 2 additions and 3 deletions
|
@ -10,5 +10,5 @@
|
||||||
|
|
|
|
||||||
= link_to 'Löschen', [:admin, @workgroup], :confirm => 'Bist Du sicher?', :method => :delete
|
= 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
|
%p{:style => "clear:both"}= link_to "Gruppenübersicht", admin_workgroups_path
|
|
@ -1 +0,0 @@
|
||||||
= render "shared/memberships/members"
|
|
|
@ -3,7 +3,7 @@
|
||||||
= f.input :last_name
|
= f.input :last_name
|
||||||
= f.input :email
|
= f.input :email
|
||||||
= f.input :phone
|
= f.input :phone
|
||||||
= f.input :password
|
= f.input :password, :required => @user.new_record?
|
||||||
= f.input :password_confirmation
|
= f.input :password_confirmation
|
||||||
- for setting in User::setting_keys.keys
|
- for setting in User::setting_keys.keys
|
||||||
.input.boolean
|
.input.boolean
|
||||||
|
|
Loading…
Reference in a new issue