Commit da7e84d8caa2cd314312b34d8bf30403ce1cd5ca
Exists in
master
and in
29 other branches
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 | 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 | ... | ... |