start of making nickname optional
This commit is contained in:
parent
a77c3b59b1
commit
e4f0a1e3ed
33 changed files with 92 additions and 48 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- title t('.title')
|
||||
= t('.body', user: h(@user.nick)).html_safe
|
||||
= raw t('.body', user: h(show_user(@user)))
|
||||
= simple_form_for @user, :url => {:action => 'update_password', :id => @user.id, :token => @user.reset_password_token} do |form|
|
||||
= form.input :password
|
||||
= form.input :password_confirmation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue