From 8af4126de10e4298354a54b4234a64c125cf6adb Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 13 Aug 2024 10:21:33 -0700 Subject: [PATCH] removed indent from blades --- .../views/notifications/markdown/asset-acceptance.blade.php | 2 +- resources/views/notifications/markdown/checkin-asset.blade.php | 2 +- resources/views/notifications/markdown/checkout-asset.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/notifications/markdown/asset-acceptance.blade.php b/resources/views/notifications/markdown/asset-acceptance.blade.php index 037e24c13..c5c2a2fa2 100644 --- a/resources/views/notifications/markdown/asset-acceptance.blade.php +++ b/resources/views/notifications/markdown/asset-acceptance.blade.php @@ -17,7 +17,7 @@ | **{{ trans('general.notes') }}** | {{ $note }} | @endif @if (isset($item_status)) - | **{{ trans('general.status') }}** | {{ $item_status }} | +| **{{ trans('general.status') }}** | {{ $item_status }} | @endif @if ((isset($item_tag)) && ($item_tag!='')) | **{{ trans('mail.asset_tag') }}** | {{ $item_tag }} | diff --git a/resources/views/notifications/markdown/checkin-asset.blade.php b/resources/views/notifications/markdown/checkin-asset.blade.php index fd9afbd28..523ba66aa 100644 --- a/resources/views/notifications/markdown/checkin-asset.blade.php +++ b/resources/views/notifications/markdown/checkin-asset.blade.php @@ -32,7 +32,7 @@ | **{{ trans('mail.checkout_date') }}** | {{ $last_checkout }} | @endif @if (isset($status)) - | **{{ trans('general.status') }}** | {{ $status }} | +| **{{ trans('general.status') }}** | {{ $status }} | @endif @foreach($fields as $field) @if (($item->{ $field->db_column_name() }!='') && ($field->show_in_email) && ($field->field_encrypted=='0')) diff --git a/resources/views/notifications/markdown/checkout-asset.blade.php b/resources/views/notifications/markdown/checkout-asset.blade.php index b76e3e66a..9b5fc26dc 100644 --- a/resources/views/notifications/markdown/checkout-asset.blade.php +++ b/resources/views/notifications/markdown/checkout-asset.blade.php @@ -32,7 +32,7 @@ | **{{ trans('mail.checkout_date') }}** | {{ $last_checkout }} | @endif @if (isset($status)) - | **{{ trans('general.status') }}** | {{ $status }} | +| **{{ trans('general.status') }}** | {{ $status }} | @endif @if ((isset($expected_checkin)) && ($expected_checkin!='')) | **{{ trans('mail.expecting_checkin_date') }}** | {{ $expected_checkin }} |