-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Making selections in the filter form now shows/hides matching councils in the table, updates the "showing" count, and updates the stats above. - Searching for a council by name highlights all matching councils in the table, and if you’ve narrowed down to a single council, scrolls to that row in the table. - As part of all of this, I’ve vertically re-ordered the scorecard stats and filters sections, so the filters are closer to the table.
- Loading branch information
Showing
4 changed files
with
259 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{%- case include.council_type -%} | ||
{%- when "CTY" -%}CTY | ||
{%- when "DIS" -%}DIS | ||
{%- else -%}STC | ||
{%- endcase -%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.