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 87e5fbb commit 44da679Copy full SHA for 44da679
app/templates/components/public/ticket-list.hbs
@@ -47,11 +47,11 @@
47
</td>
48
{{else}}
49
<td id="{{ticket.id}}_price">
50
- {{#if (eq ticket.type 'donation') }}
51
- {{input type='number' value=ticket.price min=1}}
52
- {{else}}
53
- {{currency-symbol eventCurrency}} {{format-number ticket.price}}
54
- {{/if}}
+ {{#if (eq ticket.type 'donation') }}
+ {{input type='number' name='price' placeholder=(t 'Enter Donation') value=ticket.price min=1 max=ticket.maxPrice}}
+ {{else}}
+ {{currency-symbol eventCurrency}} {{format-number ticket.price}}
+ {{/if}}
55
{{#if (and taxInfo (not-eq ticket.type 'free'))}}
56
{{#if showTaxIncludedMessage}}
57
<small class="ui gray-text small">
0 commit comments