Filter for concise status timestamps
This commit is contained in:
parent
1ea07448c3
commit
3b9fed1b31
2 changed files with 18 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
|
||||
</h3>
|
||||
<p class="is-size-7 is-flex is-align-items-center">
|
||||
<a href="{{ status.remote_id }}">{{ status.published_date|timesince }}</a>
|
||||
<a href="{{ status.remote_id }}">{{ status.published_date|published_date }}</a>
|
||||
{% if status.progress %}
|
||||
<span class="ml-1">
|
||||
{% if status.progress_mode == 'PG' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue