Small optimizations to the reminders

This commit is contained in:
James Cole
2015-03-08 09:00:04 +01:00
parent 9b9bd11ebb
commit d9028ed9b7
4 changed files with 63 additions and 22 deletions

View File

@@ -15,10 +15,9 @@
</div>
<div class="panel-body">
<p>
Active between {{$reminder->startdate->format('jS F Y')}}
This reminder is active between {{$reminder->startdate->format('jS F Y')}}
and {{$reminder->enddate->format('jS F Y')}}.
</p>
@if(isset($reminder->description))
<p>{!! $reminder->description !!}</p>
@endif