From fde2acb69aad5f2d8179053ab4cbaa439806e660 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 12 Sep 2011 18:04:08 -0700 Subject: [PATCH] Tag feed points back to profile home --- app/controllers/public/profile_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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