about summary refs log tree commit diff
path: root/app/views/tags/show.html.haml
blob: bfe5c0439ffddeec41bcd0608508f0cd6457e9bd (plain) (blame)
1
2
3
4
5
6
7
8
- if @statuses.empty?
  .accounts-grid
    = render partial: 'accounts/nothing_here'
- else
  .activity-stream
    = render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true

= id_paginate tag_path, 20, @statuses