Commit da7e84d8caa2cd314312b34d8bf30403ce1cd5ca

Authored by Joenio Costa
2 parents 525d1d37 fde2acb6

Merge commit 'refs/merge-requests/36' of git://gitorious.org/noosfero/noosfero into 0.32.1-rc1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/public/profile_controller.rb
@@ -44,7 +44,7 @@ class ProfileController < PublicController @@ -44,7 +44,7 @@ class ProfileController < PublicController
44 tagged, 44 tagged,
45 :title => _("%s's contents tagged with \"%s\"") % [profile.name, @tag], 45 :title => _("%s's contents tagged with \"%s\"") % [profile.name, @tag],
46 :description => _("%s's contents tagged with \"%s\"") % [profile.name, @tag], 46 :description => _("%s's contents tagged with \"%s\"") % [profile.name, @tag],
47 - :link => url_for(:action => 'tags') 47 + :link => url_for(profile.url)
48 ) 48 )
49 render :text => data, :content_type => "text/xml" 49 render :text => data, :content_type => "text/xml"
50 end 50 end