diff --git a/app/views/devise/registrations/edit.html.haml b/app/views/devise/registrations/edit.html.haml deleted file mode 100644 index ce7f42306..000000000 --- a/app/views/devise/registrations/edit.html.haml +++ /dev/null @@ -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')