|
|
@ -23,9 +23,9 @@ |
|
|
|
.accounts-grid |
|
|
|
= render 'nothing_here' |
|
|
|
- else |
|
|
|
.activity-stream |
|
|
|
.activity-stream.with-header |
|
|
|
= render partial: 'stream_entries/status', collection: @statuses, as: :status |
|
|
|
|
|
|
|
.pagination |
|
|
|
- if @statuses.size == 20 |
|
|
|
- if @statuses.size == 20 |
|
|
|
.pagination |
|
|
|
= link_to safe_join([t('pagination.next'), fa_icon('chevron-right')], ' '), short_account_url(@account, max_id: @statuses.last.id), class: 'next', rel: 'next' |