Update index.blade.php

This commit is contained in:
Antonio
2019-01-19 03:05:12 +02:00
committed by GitHub
parent a3332054aa
commit 27a0fb6008

View File

@@ -51,7 +51,7 @@
@endif
</div>
<div class="col-xs-3 text-right">
<a href="{{ cachet_route('dashboard.subscribers.manage', [$subscriber->id], 'manage') }}" class="btn btn-success">{{ trans('forms.edit') }}</a>
<a href="{{ cachet_route('subscribe.manage', $subscriber->verify_code) }}" target="_blank" class="btn btn-success">{{ trans('forms.edit') }}</a>
<a href="{{ cachet_route('dashboard.subscribers.delete', [$subscriber->id], 'delete') }}" class="btn btn-danger confirm-action" data-method='DELETE'>{{ trans('forms.delete') }}</a>
</div>
</div>