update
This commit is contained in:
@@ -23,7 +23,15 @@
|
|||||||
|
|
||||||
@foreach($event->categories as $cat)
|
@foreach($event->categories as $cat)
|
||||||
<a class="ui tag label">{{$cat->name}}</a>
|
<a class="ui tag label">{{$cat->name}}</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
||||||
|
@if($event->payableWithCultureCard)
|
||||||
|
<div class="ui big label">
|
||||||
|
<i class="ticket alternate icon"></i>
|
||||||
|
Kulturkarte
|
||||||
|
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
|
|
||||||
{!! $event->text !!}
|
{!! $event->text !!}
|
||||||
|
|
||||||
|
@@ -12,13 +12,20 @@
|
|||||||
<a class="header"><a href="/event/{{$event->id}}">{{ $event->title }}</a>
|
<a class="header"><a href="/event/{{$event->id}}">{{ $event->title }}</a>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<div class="ui label">
|
<div class="ui label">
|
||||||
<i class="calendar icon"></i>
|
<i class="calendar icon"></i>
|
||||||
|
|
||||||
{{date('d. m. Y', strtotime($event->start_date))}}
|
{{date('d. m. Y', strtotime($event->start_date))}}
|
||||||
@if($event->end_date != $event->start_date)
|
@if($event->end_date != $event->start_date)
|
||||||
bis {{date('d. m. Y', strtotime($event->end_date))}}
|
bis {{date('d. m. Y', strtotime($event->end_date))}}
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
@if($event->payableWithCultureCard)
|
||||||
|
<div class="ui label">
|
||||||
|
<i class="ticket alternate icon"></i>
|
||||||
|
Kulturkarte
|
||||||
|
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
<p>
|
<p>
|
||||||
{{$event->shorttext}}
|
{{$event->shorttext}}
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user