Fix linking of remote hashtags in UI, add public view of hashtags
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user