We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ea4fe commit 4ef94d4Copy full SHA for 4ef94d4
app/components/form/responses-table-card.hbs
@@ -4,7 +4,7 @@
4
<div class='row align-items-center'>
5
<h5 class='card-title col'>Inschrijvingen</h5>
6
<div class='col col-md-auto d-flex align-items-center flex-wrap'>
7
- <button class='btn btn-primary btn-sm me-3 my-2 text-nowrap' type="button" {{on 'click' this.copyUsernames}}>
+ <button class='btn btn-primary btn-sm me-3 my-2 text-nowrap' type="button" {{on 'click' (action 'copyUsernames')}}>
8
Kopieer gebruikersnamen
9
</button>
10
<div class="form-check">
0 commit comments