[#247] cleanup code

This commit is contained in:
Alexander Machehin 2013-08-27 00:10:42 +06:00
parent e6238a7621
commit e296dd108d
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
%h3.fix.bpadding10= @user.uname
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => "form" }) do |f|
= render "users/form", :f => f
.notify
%p= t('layout.users.public_data_edit_warning')
:javascript
$('article .right').addClass('middlepadding');
- content_for :sidebar, render('users/sidebar')