Fix a stack name.
This commit is contained in:
parent
9124f4547d
commit
3b759c3277
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<div class="dropdown-menu" role="menu">
|
<div class="dropdown-menu" role="menu">
|
||||||
@stack('button_dropdown_start')
|
@stack('button_dropdown_start')
|
||||||
@stack('duplicate_button_start')
|
@stack('duplicate_button_start')
|
||||||
@if (!$hideButtonDuplicate)
|
@if (!$hideButtonDuplicate)
|
||||||
@can($permissionCreate)
|
@can($permissionCreate)
|
||||||
<a class="dropdown-item" href="{{ route($routeButtonDuplicate, $document->id) }}">
|
<a class="dropdown-item" href="{{ route($routeButtonDuplicate, $document->id) }}">
|
||||||
@ -77,11 +77,11 @@
|
|||||||
|
|
||||||
@if (!$hideButtonCustomize)
|
@if (!$hideButtonCustomize)
|
||||||
@can($permissionButtonCustomize)
|
@can($permissionButtonCustomize)
|
||||||
@stack('button_cancelled_start')
|
@stack('button_customize_start')
|
||||||
<a class="dropdown-item" href="{{ route($routeButtonCustomize) }}">
|
<a class="dropdown-item" href="{{ route($routeButtonCustomize) }}">
|
||||||
{{ trans('general.customize') }}
|
{{ trans('general.customize') }}
|
||||||
</a>
|
</a>
|
||||||
@stack('button_cancelled_end')
|
@stack('button_customize_end')
|
||||||
@endcan
|
@endcan
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user