Added missing closing div to event page

This commit is contained in:
Dave Earley 2016-07-22 23:26:27 +01:00
parent f9f40e6bd4
commit 2a0d96abfb
1 changed files with 1 additions and 2 deletions

View File

@ -8,6 +8,7 @@
<a style="background-color: green; border-color: green;" class="btn btn-success btn-xs" href="{{route('MakeEventLive' , ['event_id' => $event->id])}}" >Publish Event</a>
@endif
</div>
</div>
</div>
</section>
@endif
@ -37,14 +38,12 @@
@else
{{ $event->end_date->format('D d M H:i A') }}
@endif
</span>
@
<span property="location" typeof="Place">
<b property="name">{{$event->venue_name}}</b>
<meta property="address" content="{{ urldecode($event->venue_name) }}">
</span>
</div>
<div class="event_buttons">