Skip to content

Commit

Permalink
Revert "Update edit.blade.php"
Browse files Browse the repository at this point in the history
This reverts commit fe18516.
  • Loading branch information
sdebacker committed Feb 6, 2021
1 parent 453f6af commit 9bf1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/admin/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="header">
@include('core::admin._button-back', ['module' => 'places'])
<h1 class="header-title @empty($model->title)text-muted @endempty">
<h1 class="header-title @if (!$model->present()->title)text-muted @endif">
{{ $model->present()->title ?: __('Untitled') }}
</h1>
</div>
Expand Down

0 comments on commit 9bf1c95

Please sign in to comment.