diff --git a/views/incomplete_registration.html.erb b/views/incomplete_registration.html.erb index a73dab8..74c41e8 100644 --- a/views/incomplete_registration.html.erb +++ b/views/incomplete_registration.html.erb @@ -4,7 +4,7 @@
<%= _("Complete Profile")+": #{@percentege}%" %>
- <%= link_to _("Complete your profile"), { :profile=>@person.identifier, :controller=>"profile_editor", :action=> "edit" } %> | + <%= link_to _("Complete your profile"), "#{Noosfero.root}/myprofile/#{@person.identifier}/profile_editor/edit" %> | <%= link_to _("Hide"), "#", :class=>"hide-incomplete-percentage" %>
-- libgit2 0.21.2