Fix linking of remote hashtags in UI, add public view of hashtags
This commit is contained in:
parent
48b9619439
commit
a698b767c1
3 changed files with 12 additions and 1 deletions
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue