mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Update page titles
This commit is contained in:
parent
7862b74e99
commit
4aa5961860
|
@ -46,13 +46,11 @@
|
|||
<!-- Horizontal Form -->
|
||||
<div class="box box-default">
|
||||
<div class="box-header with-border">
|
||||
<h2 class="box-title">
|
||||
@if (request()->routeIs('report-templates.show'))
|
||||
{{ $template->name }}
|
||||
@elseif (request()->routeIs('reports/custom'))
|
||||
@if (request()->routeIs('reports/custom') || request()->routeIs('report-templates.show'))
|
||||
<h2 class="box-title">
|
||||
{{ trans('general.customize_report') }}
|
||||
@endif
|
||||
</h2>
|
||||
</h2>
|
||||
@endif
|
||||
@if (request()->routeIs('report-templates.edit'))
|
||||
<div class="pull-right">
|
||||
<div class="form-inline {{ $errors->has('name') ? ' has-error' : '' }}">
|
||||
|
|
Loading…
Reference in a new issue