Make the activity page update with AJAX

The activity page looks the same as the job page. So it should behave
the same and not need manually refreshing to see the new stuff.
This commit is contained in:
Chris Hill-Scott
2016-09-27 15:07:40 +01:00
parent 0d936e373a
commit d9eac94f1e
5 changed files with 122 additions and 81 deletions

View File

@@ -0,0 +1,9 @@
{% from "components/pill.html" import pill %}
<div class='bottom-gutter ajax-block-container'>
{{ pill(
'Status',
status_filters,
status
) }}
</div>