Fix h-card classes and remote follow button appearing when it shouldn't
This commit is contained in:
parent
8b28b82141
commit
72c3a41bef
3 changed files with 7 additions and 6 deletions
|
@ -15,8 +15,9 @@
|
|||
%meta{ property: 'twitter:card', content: 'summary' }/
|
||||
|
||||
.h-feed
|
||||
%data.p-name{ value: "#{@account.username} on #{Rails.configuration.x.local_domain}" }
|
||||
= render partial: 'header', locals: {in_feed: true}
|
||||
%data.p-name{ value: "#{@account.username} on #{Rails.configuration.x.local_domain}" }/
|
||||
|
||||
= render partial: 'header'
|
||||
|
||||
- if @statuses.empty?
|
||||
.accounts-grid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue