refs #1985 fixed wizard and report path..

This commit is contained in:
Cüneyt Şentürk
2021-04-19 19:47:23 +03:00
parent 0ea7a063af
commit 9b6f729b13
4 changed files with 8 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
@endcan
@can('delete-common-reports')
<div class="dropdown-divider"></div>
{!! Form::deleteLink($report, 'common/reports') !!}
{!! Form::deleteLink($report, 'reports.destroy') !!}
@endcan
</div>
</div>