diff --git a/app/controllers/public/profile_controller.rb b/app/controllers/public/profile_controller.rb index 7db1da3..7b10fe2 100644 --- a/app/controllers/public/profile_controller.rb +++ b/app/controllers/public/profile_controller.rb @@ -44,7 +44,7 @@ class ProfileController < PublicController tagged, :title => _("%s's contents tagged with \"%s\"") % [profile.name, @tag], :description => _("%s's contents tagged with \"%s\"") % [profile.name, @tag], - :link => url_for(:action => 'tags') + :link => url_for(profile.url) ) render :text => data, :content_type => "text/xml" end -- libgit2 0.21.2