mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:38:25 -04:00
Merge pull request #458 from alphagov/reverse-filters-activity
Reverse the order of the filters on activity page
This commit is contained in:
@@ -49,16 +49,16 @@
|
|||||||
<div class='grid-row bottom-gutter'>
|
<div class='grid-row bottom-gutter'>
|
||||||
<div class='column-half'>
|
<div class='column-half'>
|
||||||
{{ pill(
|
{{ pill(
|
||||||
'Type',
|
'Status',
|
||||||
type_filters,
|
status_filters,
|
||||||
request_args.get('template_type', '')
|
request_args.get('status', '')
|
||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
<div class='column-half'>
|
<div class='column-half'>
|
||||||
{{ pill(
|
{{ pill(
|
||||||
'Status',
|
'Type',
|
||||||
status_filters,
|
type_filters,
|
||||||
request_args.get('status', '')
|
request_args.get('template_type', '')
|
||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user