Skip to content
Snippets Groups Projects

Master

Merged Tomasz Wolniewicz requested to merge edugain/OT/edu-gain-technical-site-tw:master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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>
Loading