summaryrefslogtreecommitdiffstats
path: root/templates/statuses/_status.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/statuses/_status.html')
-rw-r--r--templates/statuses/_status.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/statuses/_status.html b/templates/statuses/_status.html
deleted file mode 100644
index b501abc..0000000
--- a/templates/statuses/_status.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<div class="status">
- <h3 class="author">
- <a href="{{ status.identity.urls.view }}">
- {{ status.identity }}
- <small>{{ status.identity.handle }}</small>
- </a>
- </h3>
- <time>
- <a href="{{ status.urls.view }}">{{ status.created | timesince }} ago</a>
- </time>
- {{ status.text | linebreaks }}
-</div>