From 29453b7db594032d51aeaea0deebed831979bde0 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Fri, 7 Sep 2018 21:56:50 +0800 Subject: [PATCH] Update bootstrap 3 form stubs styles --- src/stubs/resources/views/simple/forms-bs3.stub | 6 +++--- src/stubs/resources/views/simple/forms-formfield-bs3.stub | 6 +++--- tests/CommandOptions/SimpleCrudBs3OptionsTest.php | 6 +++--- tests/CommandOptions/SimpleCrudFormfieldBs3OptionsTest.php | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/stubs/resources/views/simple/forms-bs3.stub b/src/stubs/resources/views/simple/forms-bs3.stub index 74b622a..b321bc9 100644 --- a/src/stubs/resources/views/simple/forms-bs3.stub +++ b/src/stubs/resources/views/simple/forms-bs3.stub @@ -46,14 +46,14 @@

{{ __('master.delete') }}

- +

{{ $editableMaster->name }}

- +

{{ $editableMaster->description }}

{!! $errors->first('master_id', ':message') !!}

-
{{ __('master.delete_confirm') }}
+
{{ __('master.delete_confirm') }}