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