fixed path in getting started
This commit is contained in:
parent
100d705c2f
commit
c9fd4e0e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
|
|
||||||
= form_tag profile_path(@profile), :method => :put, :multipart => true, :id => 'update_profile_form' do
|
= form_tag profile_path, :method => :put, :multipart => true, :id => 'update_profile_form' do
|
||||||
%div{:style => "width:360px"}
|
%div{:style => "width:360px"}
|
||||||
= render 'profiles/edit_public', :profile => @profile, :aspect => @aspect, :person => @person
|
= render 'profiles/edit_public', :profile => @profile, :aspect => @aspect, :person => @person
|
||||||
= hidden_field_tag :getting_started, @step
|
= hidden_field_tag :getting_started, @step
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue