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