mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
We had a markdown failure in the upcoming audits table, this fixes it.
This commit is contained in:
parent
f70c238b1c
commit
eaba560877
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
@component('mail::table')
|
@component('mail::table')
|
||||||
| |{{ trans('mail.name') }}|{{ trans('general.last_audit') }}|{{ trans('general.next_audit_date') }}|{{ trans('mail.Days') }}|{{ trans('mail.supplier') }} | {{ trans('mail.assigned_to') }}
|
| |{{ trans('mail.name') }}|{{ trans('general.last_audit') }}|{{ trans('general.next_audit_date') }}|{{ trans('mail.Days') }}|{{ trans('mail.supplier') }} | {{ trans('mail.assigned_to') }}
|
||||||
| |:------------- |:-------------|:---------|:---------|:---------|:---------|
|
|-|:------------- |:-------------|:---------|:---------|:---------|:---------|
|
||||||
@foreach ($assets as $asset)
|
@foreach ($assets as $asset)
|
||||||
@php
|
@php
|
||||||
$next_audit_date = Helper::getFormattedDateObject($asset->next_audit_date, 'date', false);
|
$next_audit_date = Helper::getFormattedDateObject($asset->next_audit_date, 'date', false);
|
||||||
|
|
Loading…
Reference in a new issue