This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/templates/statuses/_status.html

13 lines
356 B
HTML
Raw Normal View History

2022-11-05 21:17:27 +01:00
<div class="status">
<h3 class="author">
<a href="{{ status.identity.urls.view }}">
{{ status.identity }}
<small>{{ status.identity.handle }}</small>
2022-11-05 21:17:27 +01:00
</a>
</h3>
2022-11-06 00:51:54 +01:00
<time>
<a href="{{ status.urls.view }}">{{ status.created | timesince }} ago</a>
</time>
2022-11-05 21:17:27 +01:00
{{ status.text | linebreaks }}
</div>