mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Cant dismiss reminders again.
This commit is contained in:
@@ -24,8 +24,10 @@
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<div class="btn-group">
|
||||
@if($reminder->active === true)
|
||||
@if($reminder->notnow !== true)
|
||||
<a class="btn btn-warning" href="{{route('reminders.dismiss',$reminder->id)}}">Dismiss</a>
|
||||
@endif
|
||||
@if($reminder->active === true)
|
||||
<a class="btn btn-success" href="{{route('reminders.act',$reminder->id)}}">Act</a>
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user