mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Cant dismiss reminders again.
This commit is contained in:
parent
ab851b1be4
commit
6e90ce5496
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user