Skip to content

Commit

Permalink
Remove quaestor check for copy usernames (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: guidojw <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent 66d2372 commit f7eda5c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/components/form/responses-table-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
<div class='row align-items-center'>
<h5 class='card-title col'>Inschrijvingen</h5>
<div class='col col-md-auto d-flex align-items-center flex-wrap'>
{{#if (can 'create debit/collections')}}
<button class='btn btn-primary btn-sm me-3 my-2 text-nowrap' type="button" {{on 'click' (action 'copyUsernames')}}>
Kopieer gebruikersnamen
</button>
{{/if}}
<button class='btn btn-primary btn-sm me-3 my-2 text-nowrap' type="button" {{on 'click' (action 'copyUsernames')}}>
Kopieer gebruikersnamen
</button>
<div class="form-check">
<Input
@type='checkbox'
Expand All @@ -35,4 +33,4 @@
<div class='alert alert-warning' role='alert'>
Er heeft zich nog niemand ingeschreven
</div>
{{/if}}
{{/if}}

0 comments on commit f7eda5c

Please sign in to comment.