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