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 f2d6609 commit 7597879Copy full SHA for 7597879
app/templates/explore.hbs
@@ -1,8 +1,8 @@
1
<div class="ui stackable grid">
2
- <div class="four wide column">
+ <div class="three wide column">
3
<Explore::SideBar @model={{this.model}} @category={{this.category}} @sub_category={{this.sub_category}} @event_type={{this.event_type}} @startDate={{this.start_date}} @endDate={{this.end_date}} @location={{this.location}} @ticket_type={{this.ticket_type}} @cfs={{this.cfs}} />
4
</div>
5
- <div class="twelve wide column">
+ <div class="thirteen wide column">
6
<h1 class="ui header">{{t 'Events'}}</h1>
7
<div class="ui labels">
8
{{#if this.filters.category}}
0 commit comments