about summary refs log tree commit diff
path: root/app/views/tags/show.html.haml
blob: 0e6fd2db7ae3ae283481fa8b3e65794a5fa43800 (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

= will_paginate @statuses, pagination_options