Fixed login, new_password and invitation views.

This commit is contained in:
benni 2012-10-08 11:51:56 +02:00
parent f20ae890dd
commit 1708df3f6c
18 changed files with 200 additions and 122 deletions

View file

@ -7,5 +7,6 @@
= simple_form_for User.new, url: {action: 'reset_password'} do |form|
= form.input :email
= form.submit "Neues Passwort anfordern"
= link_to "Abbrechen", :back
.form-actions
= form.submit "Neues Passwort anfordern", class: 'btn'
= link_to "oder abbrechen", :back