summaryrefslogtreecommitdiffstats
path: root/templates/statuses/_status.html
blob: 6e61fd904647927265209acc0635e3f2d92dacdd (plain)
1
2
3
4
5
6
7
8
9
10
<div class="status">
    <h3 class="author">
        <a href="{{ status.identity.urls.view }}">
            {{ status.identity }}
            <small>{{ status.identity.short_handle }}</small>
        </a>
    </h3>
    <time>{{ status.created | timesince }} ago</time>
    {{ status.text | linebreaks }}
</div>