Commit fde2acb69aad5f2d8179053ab4cbaa439806e660

Authored by Antonio Terceiro
1 parent 205a1ade

Tag feed points back to profile home

It does not make any sense to point to the list of tags!
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 44 tagged,
45 45 :title => _("%s's contents tagged with \"%s\"") % [profile.name, @tag],
46 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 49 render :text => data, :content_type => "text/xml"
50 50 end
... ...