Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Improves sorting of party strenghts tables
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Mar 13, 2019
1 parent 79a3165 commit 62d6b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
- Uses proper rendering of actors in party strengths view.
[msom]

- Improves sorting of party strenghts tables.
[msom]

0.0.45 (2019-03-13)
~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion onegov/swissvotes/templates/strengths.pt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</table>

<h3 i18n:translate>Parties</h3>
<table class="sortable voter-strengths" data-sortlist="[[1,1]]">
<table class="sortable voter-strengths" data-sortlist="[[1,1], [2,1]]">
<thead>
<tr>
<th i18n:translate class="column-25">Party</th>
Expand Down

0 comments on commit 62d6b0b

Please sign in to comment.