about summary refs log tree commit diff
path: root/app/views/profile/_status_footer.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profile/_status_footer.html.haml')
-rw-r--r--app/views/profile/_status_footer.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/profile/_status_footer.html.haml b/app/views/profile/_status_footer.html.haml
index 0c47ade90..f29abf27b 100644
--- a/app/views/profile/_status_footer.html.haml
+++ b/app/views/profile/_status_footer.html.haml
@@ -5,3 +5,6 @@
 .counter.counter-favourites
   %i.fa.fa-star
   %span.num= status.favourites.count
+
+- if status.reply?
+  = link_to 'View conversation', status.thread.local? ? status_url(name: status.thread.account.username, id: status.thread.id) : status.thread.url, class: 'conversation-link'