mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
re add user atom feed on profile-page
This commit is contained in:
committed by
Dennis Schubert
parent
7cccb6594f
commit
494c03a3fd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user