mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Remove edit and delete buttons from edit template view
This commit is contained in:
parent
4c62e8ade9
commit
dc27e67b19
|
@ -36,7 +36,7 @@
|
|||
{{ trans('general.customize_report') }}
|
||||
@endif
|
||||
</h2>
|
||||
@if (request()->routeIs('report-templates.show') || request()->routeIs('report-templates.edit'))
|
||||
@if (request()->routeIs('report-templates.show'))
|
||||
<div class="box-tools pull-right">
|
||||
<a
|
||||
href="{{ route('report-templates.edit', $reportTemplate) }}"
|
||||
|
|
Loading…
Reference in a new issue