about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-11-05 06:02:49 -0600
committerFire Demon <firedemon@creature.cafe>2020-11-05 06:02:49 -0600
commit4e187f6f004b9c4b1a05aa0c721bd674871d4401 (patch)
treec1fa6a2845dba645bec19ed9e5d5cc88fdf8e61c /app/views
parentfa982ae8d7118c20aa145312b36096a453eeb695 (diff)
parent5a9fc749c3eab8d3c93dd282fa89c20a5cb0e994 (diff)
Merge remote-tracking branch 'upstream/master' into dev
Diffstat (limited to 'app/views')
-rw-r--r--app/views/statuses/_simple_status.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/statuses/_simple_status.html.haml b/app/views/statuses/_simple_status.html.haml
index 445cf09ea..7df571cc1 100644
--- a/app/views/statuses/_simple_status.html.haml
+++ b/app/views/statuses/_simple_status.html.haml
@@ -1,10 +1,10 @@
 .status{ class: "status-#{status.visibility}" }
   .status__info
     = link_to ActivityPub::TagManager.instance.url_for(status), class: 'status__relative-time u-url u-uid', target: stream_link_target, rel: 'noopener noreferrer' do
+      %span.status__visibility-icon><
+        = visibility_icon status
       %time.time-ago{ datetime: status.created_at.iso8601, title: l(status.created_at) }= l(status.created_at)
     %data.dt-published{ value: status.created_at.to_time.iso8601 }
-    %span.status__visibility-icon
-      = visibility_icon status
 
     .p-author.h-card
       = link_to ActivityPub::TagManager.instance.url_for(status.account), class: 'status__display-name u-url', target: stream_link_target, rel: 'noopener noreferrer' do