If user clicks failed or both filters for notifications status view,

append all other failure states to query to api.
This commit is contained in:
Adam Shimali
2016-05-18 11:44:58 +01:00
parent 97b268182b
commit a20fc1aa47
3 changed files with 25 additions and 10 deletions

View File

@@ -91,7 +91,7 @@
</p>
{% endcall %}
{{ text_field(item.status|capitalize) }}
{{ text_field(item.status|capitalize|replace('-', ' ')) }}
{% call field(align='right') %}
{{ item.updated_at|format_datetime_short }}