about summary refs log tree commit diff
path: root/app/views/profile/_status_header.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profile/_status_header.html.haml')
-rw-r--r--app/views/profile/_status_header.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/profile/_status_header.html.haml b/app/views/profile/_status_header.html.haml
deleted file mode 100644
index 225a89d71..000000000
--- a/app/views/profile/_status_header.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-= link_to profile_url(status.account), class: 'name' do
-  %strong= display_name(status.account)
-  = "@#{status.account.acct}"
-
-= link_to status_url(status), class: 'time' do
-  %span{ title: status.created_at }
-    = relative_time(status.created_at)