Skip to content

Commit

Permalink
fix: Get rid of unsed spaces between boxes in templates of the order …
Browse files Browse the repository at this point in the history
…page (#5606)
  • Loading branch information
sachinchauhan2889 authored Nov 14, 2020
1 parent 1017f3b commit bac3868
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions app/templates/orders/new.hbs
Original file line number Diff line number Diff line change
@@ -21,15 +21,7 @@
@tickets={{this.model.tickets}}
@event={{this.model.event}}
@eventCurrency={{this.model.order.event.paymentCurrency}} />
</div>
<div class="mobile hidden six wide column">
<Orders::EventInfo
@data={{this.model.order}}
@showBanner={{false}} />
</div>
</div>
<div class="row">
<div class="ten wide column">
<br/>
<Forms::Orders::OrderForm
@save="save"
@data={{this.model.order}}
@@ -38,6 +30,10 @@
@settings={{this.settings}} />
</div>
<div class="six wide column">
<Orders::EventInfo
@data={{this.model.order}}
@showBanner={{false}} />
<br/>
{{#if this.model.order.event.ownerName}}
<div class="mobile hidden row">
<Orders::OrganizerInfo

1 comment on commit bac3868

@vercel
Copy link

@vercel vercel bot commented on bac3868 Nov 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.