From 32e5050df78782cb411e92967a395539a8b7c93e Mon Sep 17 00:00:00 2001 From: daretobedifferent18 Date: Mon, 16 Nov 2020 23:19:29 +0530 Subject: [PATCH 1/2] Fixed Mobile Responsive --- app/templates/components/public/ticket-list.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/components/public/ticket-list.hbs b/app/templates/components/public/ticket-list.hbs index 424964b93a4..302fd71fec4 100644 --- a/app/templates/components/public/ticket-list.hbs +++ b/app/templates/components/public/ticket-list.hbs @@ -4,8 +4,8 @@ {{t 'Type'}} - {{t 'Price'}} + {{t 'Quantity'}} {{t 'Subtotal'}} @@ -31,10 +31,9 @@ Sale ends on {{moment-format ticket.salesEndsAt 'ddd, DD MMMM YY, h:mm A'}} - {{#if (eq ticket.type 'donation') }} -
+
{{/if}} +
Date: Fri, 20 Nov 2020 12:07:36 +0530 Subject: [PATCH 2/2] Making table stackable --- app/templates/components/public/ticket-list.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/components/public/ticket-list.hbs b/app/templates/components/public/ticket-list.hbs index 302fd71fec4..50b887d3e00 100644 --- a/app/templates/components/public/ticket-list.hbs +++ b/app/templates/components/public/ticket-list.hbs @@ -1,11 +1,11 @@ {{!-- Removed `Currency Symbol` helper from the `paymentCurrency` since some currency are not getting rendered. Hotfix until a permanent solution found --}}
- +
+ - @@ -31,9 +31,10 @@ Sale ends on {{moment-format ticket.salesEndsAt 'ddd, DD MMMM YY, h:mm A'}} + -
{{t 'Type'}} {{t 'Price'}} {{t 'Quantity'}} {{t 'Subtotal'}}
{{#if (eq ticket.type 'donation') }} -
+
{{/if}}