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 c683c0c commit f23f9ceCopy full SHA for f23f9ce
app/templates/components/public/ticket-list.hbs
@@ -125,9 +125,10 @@
125
placeholder=(t 'Promotional Code')
126
readonly=promotionalCodeApplied
127
key-up=(action 'handleKeyPress')
128
+ id='promotionalCode'
129
}}
130
{{#unless promotionalCodeApplied}}
- <div role="button" class="ui icon button" {{action 'applyPromotionalCode'}}>
131
+ <div role="button" class="ui icon {{if promotionalCode '' 'disabled'}} button" {{action 'applyPromotionalCode'}}>
132
<i class="checkmark icon"></i>
133
</div>
134
{{/unless}}
0 commit comments