Skip to content
Snippets Groups Projects
Commit cc49b937 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

Merge branch 'master' into 'master'

Master

See merge request !43
parents e4ab969a e30e2b2c
Branches
Tags
1 merge request!43Master
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<label for="include_participants">Participants ({{ participants | length }})</label> <label for="include_participants">Participants ({{ participants | length }})</label>
<input type="checkbox" class="type_filter" id="include_voting_only" value="voting_only_group" checked="checked" /> <input type="checkbox" class="type_filter" id="include_voting_only" value="voting_only_group" checked="checked" />
<label for="include_voting_only">Voting-only members ({{ votingOnly | length }})</label> <label for="include_voting_only">Voting-only members ({{ votingOnly | length }})</label>
<input type="checkbox" class="type_filter" id="include_invited" value="invited_group" checked="checked" /> <input type="checkbox" class="type_filter" id="invited_for_declaration_signing" value="invited_for_declaration_signing_group" checked="checked" />
<label for="include_candidates">In signing ({{ invitedForSigning | length }})</label> <label for="include_candidates">In signing ({{ invitedForSigning | length }})</label>
<input type="checkbox" class="type_filter" id="include_candidates" value="candidates_group" checked="checked" /> <input type="checkbox" class="type_filter" id="include_candidates" value="candidates_group" checked="checked" />
<label for="include_candidates">Candidates ({{ candidates | length }})</label> <label for="include_candidates">Candidates ({{ candidates | length }})</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment