re add user atom feed on profile-page

This commit is contained in:
Benjamin Neff 2015-05-17 02:33:48 +02:00 committed by Dennis Schubert
parent 7cccb6594f
commit 494c03a3fd

View file

@ -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