start of making nickname optional
This commit is contained in:
parent
a77c3b59b1
commit
e4f0a1e3ed
33 changed files with 92 additions and 48 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.row-fluid
|
||||
.span7
|
||||
%h3
|
||||
= h(t('.user.title', user: @current_user.nick))
|
||||
= h(t('.user.title', user: show_user))
|
||||
%small= t '.user.since', when: distance_of_time_in_words(Time.now, @current_user.created_on)
|
||||
= simple_form_for(@current_user, :url => { :action => 'update_profile'}) do |f|
|
||||
= render :partial => 'shared/user_form_fields', :locals => {:f => f}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue