mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Indented divs per @uberbrady
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e9c61903f1
commit
ca937667b4
|
@ -345,14 +345,14 @@
|
|||
|
||||
<!-- start date -->
|
||||
@if ($user->start_date)
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
{{ trans('general.start_date') }}
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
{{ trans('general.start_date') }}
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
{{ \App\Helpers\Helper::getFormattedDateObject($user->start_date, 'date', false) }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
{{ \App\Helpers\Helper::getFormattedDateObject($user->start_date, 'date', false) }}
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<!-- end date -->
|
||||
|
|
Loading…
Reference in a new issue