Fixed broken links in tasks-module. Translated some views into german.
This commit is contained in:
parent
85eb27079f
commit
96442477d1
24 changed files with 141 additions and 274 deletions
17
app/views/login/password.html.haml
Normal file
17
app/views/login/password.html.haml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
- title "Neues Passwort"
|
||||
%p=h "Bitte neues Passwort für #{@user.nick} eingeben."
|
||||
- if flash[:error]
|
||||
%p{:style => "color: red"}= flash[:error]
|
||||
.edit_form{:style => "width:25em"}
|
||||
- form_tag(:action => 'new', :id => @user.id, :token => @user.reset_password_token) do
|
||||
%p
|
||||
Neues Passwort
|
||||
%br/
|
||||
= password_field_tag "user[password]"
|
||||
%p
|
||||
Passwort wiederholen
|
||||
%br/
|
||||
= password_field_tag "user[password_confirmation]"
|
||||
= submit_tag 'Speichern'
|
||||
|
|
||||
= link_to 'abbrechen', :action => 'login'
|
||||
Loading…
Add table
Add a link
Reference in a new issue