takahe/templates/statuses/_status.html

13 wiersze
356 B
HTML
Czysty Zwykły widok Historia

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