mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Small optimizations to the reminders
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user