From ad5ae3f60e5e0745912bfbc0926f6cf8bc6e9eb4 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 28 Feb 2016 14:26:26 +0100 Subject: Update profile information and download avatar of remote accounts --- app/views/profile/_status_footer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/profile/_status_footer.html.haml') diff --git a/app/views/profile/_status_footer.html.haml b/app/views/profile/_status_footer.html.haml index 817d19a68..59197f26a 100644 --- a/app/views/profile/_status_footer.html.haml +++ b/app/views/profile/_status_footer.html.haml @@ -7,4 +7,4 @@ %span.num= status.favourites.count - if status.reply? - = link_to 'View conversation', status_url(status.thread), class: 'conversation-link' + = link_to "In response to #{status.thread.account.acct}", status_url(status.thread), class: 'conversation-link' -- cgit