17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
%h3.fix.bpadding10= title @user.uname
|
|
|
|
= form_for @user, :url => update_user_path(@user), :html => { :class => :form } do |f|
|
|
= render :partial => "users/form", :locals => {:f => f}
|
|
|
|
.notify
|
|
%p= t('layout.users.public_data_edit_warning')
|
|
.notify
|
|
%p= t('layout.users.avatar_notice')
|
|
|
|
:javascript
|
|
$('article .right').addClass('middlepadding');
|
|
|
|
= render 'admin/submenu'
|
|
- content_for :sidebar do
|
|
.bordered.nopadding
|