From 76c4c19b3ee847f87b385e66df07114e2c1c5ea8 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 26 Oct 2017 21:51:53 -0700 Subject: [PATCH] Fixed small issues with select2 partials --- .../views/partials/forms/edit/asset-select.blade.php | 7 ++++++- .../partials/forms/edit/location-select.blade.php | 12 ++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/resources/views/partials/forms/edit/asset-select.blade.php b/resources/views/partials/forms/edit/asset-select.blade.php index 18f5e657f9..94d93aeafd 100644 --- a/resources/views/partials/forms/edit/asset-select.blade.php +++ b/resources/views/partials/forms/edit/asset-select.blade.php @@ -1,8 +1,13 @@ -
+
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
{!! $errors->first($fieldname, '
:message
') !!} diff --git a/resources/views/partials/forms/edit/location-select.blade.php b/resources/views/partials/forms/edit/location-select.blade.php index cf4b9eb22f..9db56355f2 100644 --- a/resources/views/partials/forms/edit/location-select.blade.php +++ b/resources/views/partials/forms/edit/location-select.blade.php @@ -1,17 +1,21 @@ -
+
+ {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }} -
-
@can('create', \App\Models\Location::class) - New + New @endcan
{!! $errors->first($fieldname, '
:message
') !!}
+ + +