re add user atom feed on profile-page
This commit is contained in:
parent
7cccb6594f
commit
494c03a3fd
1 changed files with 0 additions and 2 deletions
|
|
@ -31,8 +31,6 @@ module LayoutHelper
|
|||
end
|
||||
|
||||
def current_user_atom_tag
|
||||
return #temp hax
|
||||
|
||||
return unless @person.present?
|
||||
content_tag(:link, '', :rel => 'alternate', :href => "#{@person.public_url}.atom", :type => "application/atom+xml", :title => t('.public_feed', :name => @person.name))
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue