about summary refs log tree commit diff
path: root/app/views/profile/entry.html.haml
blob: e4d5db300d3ac81ed37f7e6a85941c62832004e6 (plain) (blame)
1
2
3
4
5
- content_for :header_tags do
  %link{ rel: 'alternate', type: 'application/atom+xml', href: atom_entry_url(id: @entry.id) }/

.activity-stream
  = render partial: @type, locals: { @type.to_sym => @entry.activity, include_threads: true, is_predecessor: false, is_successor: false }