rails 3 fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
%h1.title Editar perfil
|
||||
|
||||
%p
|
||||
- form_tag user_path(@user.id), :method => 'put' do
|
||||
= form_tag user_path(@user.id), :method => 'put' do
|
||||
= render :partial => 'form_profile'
|
||||
= submit_tag 'Editar', :accesskey => 'e'
|
||||
%button#show_preview{:type => "button", :accesskey => 'v'}
|
||||
|
||||
Reference in New Issue
Block a user