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 25b1a76 commit e8cb96bCopy full SHA for e8cb96b
app/templates/components/public/ticket-list.hbs
@@ -5,7 +5,7 @@
5
<tr>
6
<th>{{t 'Type'}}</th>
7
<th class="four wide">{{t 'Sales Ends'}}</th>
8
- <th class="ui three wide">{{t 'Price'}}</th>
+ <th class="ui three wide single line">{{t 'Ticket Price'}}</th>
9
<th class="one wide">{{t 'Quantity'}}</th>
10
<th class="ui right aligned two wide">{{t 'Subtotal'}}</th>
11
</tr>
app/templates/public/index.hbs
@@ -11,7 +11,7 @@
<div class="ui segment">
12
<h3 class="ui header">{{t 'Tickets'}}</h3>
13
</div>
14
- <div class="ui segment">
+ <div class="ui segment x-scrollable">
15
{{public/ticket-list eventCurrency=model.event.paymentCurrency
16
ticketUrl=model.event.ticketUrl
17
data=model.tickets
0 commit comments