summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-05 17:51:54 -0600
committerAndrew Godwin2022-11-05 17:51:54 -0600
commite44a321ec53bc84b5986ac0371b4122201fa3a5a (patch)
treeb3a5c4b42e59ad912001cf51c39db494b78aa07d /templates
parent57e33f1215ee28f557f2765ec7864c6741d61e26 (diff)
downloadtakahe-e44a321ec53bc84b5986ac0371b4122201fa3a5a.tar.gz
takahe-e44a321ec53bc84b5986ac0371b4122201fa3a5a.tar.bz2
takahe-e44a321ec53bc84b5986ac0371b4122201fa3a5a.zip
Get Actor fetching and parsing working
Diffstat (limited to 'templates')
-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>