Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jul 9, 2024
1 parent 3f770e6 commit fc6788c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3 class="election-title" id="election-title-{{ election.event_id }}">{{electio
<button
class="btn btn-lg btn-success-action btn-plain click-to-vote-btn"
ng-if="checkElectionStarted(election.electionData)"
ng-disabled="!canVoteElection(election)"
ng-disabled="!canVoteElection(election) || !canVote"
ng-click="canVoteElection(election) && click(election)"
ng-i18next="avBooth.electionChooserScreen.clickToVoteBtn">
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ <h1 class="election-chooser-header">
<span class="election-chooser-title" ng-i18next="avBooth.electionChooserScreen.title">
</span>
<i class="fa fa-lg fa-question-circle" ng-click="showHelp()"></i>
<div ng-click="goToVoterEligibility()">Go to Voter Eligibility</div>
</h1>

<p class="election-chooser-description" ng-i18next="avBooth.electionChooserScreen.description">
Expand Down

0 comments on commit fc6788c

Please sign in to comment.