A lot of fixes from a live test
This commit is contained in:
5
app/views/profile/_favourite.html.haml
Normal file
5
app/views/profile/_favourite.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
.entry.entry-favourite
|
||||
.content
|
||||
%strong= favourite.account.acct
|
||||
favourited a post by
|
||||
%strong= favourite.status.account.acct
|
5
app/views/profile/_follow.html.haml
Normal file
5
app/views/profile/_follow.html.haml
Normal file
@@ -0,0 +1,5 @@
|
||||
.entry.entry-follow
|
||||
.content
|
||||
%strong= follow.account.acct
|
||||
is now following
|
||||
%strong= follow.target_account.acct
|
@@ -14,7 +14,7 @@
|
||||
.header
|
||||
= render partial: 'status_header', locals: { status: status.reblog? ? status.reblog : status }
|
||||
.content
|
||||
= status.content
|
||||
= status.content.html_safe
|
||||
.counters
|
||||
= render partial: 'status_footer', locals: { status: status.reblog? ? status.reblog : status }
|
||||
|
||||
|
Reference in New Issue
Block a user