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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/statuses/_status.html b/templates/statuses/_status.html
index 6e61fd9..b89909a 100644
--- a/templates/statuses/_status.html
+++ b/templates/statuses/_status.html
@@ -5,6 +5,8 @@
<small>{{ status.identity.short_handle }}</small>
</a>
</h3>
- <time>{{ status.created | timesince }} ago</time>
+ <time>
+ <a href="{{ status.urls.view }}">{{ status.created | timesince }} ago</a>
+ </time>
{{ status.text | linebreaks }}
</div>