diff --git a/src/stubs/resources/views/full/index-formfield.stub b/src/stubs/resources/views/full/index-formfield.stub index 06cee82..a48fdec 100644 --- a/src/stubs/resources/views/full/index-formfield.stub +++ b/src/stubs/resources/views/full/index-formfield.stub @@ -14,7 +14,7 @@
-
+
{{ Form::open(['method' => 'get', 'class' => 'form-inline']) }} {!! FormField::text('q', ['label' => __('master.search'), 'placeholder' => __('master.search_text'), 'class' => 'mx-sm-2']) !!} @@ -22,7 +22,7 @@ {{ link_to_route('masters.index', __('app.reset'), [], ['class' => 'btn btn-link']) }} {{ Form::close() }}
- +
diff --git a/src/stubs/resources/views/full/index.stub b/src/stubs/resources/views/full/index.stub index d8401ac..4ea1e9c 100644 --- a/src/stubs/resources/views/full/index.stub +++ b/src/stubs/resources/views/full/index.stub @@ -14,7 +14,7 @@
-
+
@@ -25,7 +25,7 @@ {{ __('app.reset') }}
-
{{ __('app.table_no') }}
+
diff --git a/src/stubs/resources/views/simple/index-formfield.stub b/src/stubs/resources/views/simple/index-formfield.stub index 7fc6a98..2cd5c5e 100644 --- a/src/stubs/resources/views/simple/index-formfield.stub +++ b/src/stubs/resources/views/simple/index-formfield.stub @@ -14,7 +14,7 @@
-
+
{{ Form::open(['method' => 'get', 'class' => 'form-inline']) }} {!! FormField::text('q', ['label' => __('master.search'), 'placeholder' => __('master.search_text'), 'class' => 'mx-sm-2']) !!} @@ -22,7 +22,7 @@ {{ link_to_route('masters.index', __('app.reset'), [], ['class' => 'btn btn-link']) }} {{ Form::close() }}
-
{{ __('app.table_no') }}
+
diff --git a/src/stubs/resources/views/simple/index.stub b/src/stubs/resources/views/simple/index.stub index ea71a18..85b766f 100644 --- a/src/stubs/resources/views/simple/index.stub +++ b/src/stubs/resources/views/simple/index.stub @@ -14,7 +14,7 @@
-
+
@@ -25,7 +25,7 @@ {{ __('app.reset') }}
-
{{ __('app.table_no') }}
+
diff --git a/tests/CommandOptions/FullCrudFormfieldOptionsTest.php b/tests/CommandOptions/FullCrudFormfieldOptionsTest.php index 9032b08..d2fa66c 100644 --- a/tests/CommandOptions/FullCrudFormfieldOptionsTest.php +++ b/tests/CommandOptions/FullCrudFormfieldOptionsTest.php @@ -58,7 +58,7 @@ class FullCrudFormfieldOptionsTest extends TestCase
-
+
{{ Form::open(['method' => 'get', 'class' => 'form-inline']) }} {!! FormField::text('q', ['label' => __('{$this->lang_name}.search'), 'placeholder' => __('{$this->lang_name}.search_text'), 'class' => 'mx-sm-2']) !!} @@ -66,7 +66,7 @@ class FullCrudFormfieldOptionsTest extends TestCase {{ link_to_route('{$this->table_name}.index', __('app.reset'), [], ['class' => 'btn btn-link']) }} {{ Form::close() }}
-
{{ __('app.table_no') }}
+
diff --git a/tests/CommandOptions/SimpleCrudFormfieldOptionsTest.php b/tests/CommandOptions/SimpleCrudFormfieldOptionsTest.php index 20c2931..97c6643 100644 --- a/tests/CommandOptions/SimpleCrudFormfieldOptionsTest.php +++ b/tests/CommandOptions/SimpleCrudFormfieldOptionsTest.php @@ -56,7 +56,7 @@ class SimpleCrudFormfieldOptionsTest extends TestCase
-
+
{{ Form::open(['method' => 'get', 'class' => 'form-inline']) }} {!! FormField::text('q', ['label' => __('{$this->lang_name}.search'), 'placeholder' => __('{$this->lang_name}.search_text'), 'class' => 'mx-sm-2']) !!} @@ -64,7 +64,7 @@ class SimpleCrudFormfieldOptionsTest extends TestCase {{ link_to_route('{$this->table_name}.index', __('app.reset'), [], ['class' => 'btn btn-link']) }} {{ Form::close() }}
-
{{ __('app.table_no') }}
+
diff --git a/tests/Generators/Simple/ViewsGeneratorTest.php b/tests/Generators/Simple/ViewsGeneratorTest.php index e8f236f..7c8a1d8 100644 --- a/tests/Generators/Simple/ViewsGeneratorTest.php +++ b/tests/Generators/Simple/ViewsGeneratorTest.php @@ -30,7 +30,7 @@ class ViewsGeneratorTest extends TestCase
-
+
@@ -41,7 +41,7 @@ class ViewsGeneratorTest extends TestCase table_name}.index') }}\" class=\"btn btn-link\">{{ __('app.reset') }}
-
{{ __('app.table_no') }}
+
diff --git a/tests/Generators/ViewsGeneratorTest.php b/tests/Generators/ViewsGeneratorTest.php index 4ce8ebf..2940193 100644 --- a/tests/Generators/ViewsGeneratorTest.php +++ b/tests/Generators/ViewsGeneratorTest.php @@ -30,7 +30,7 @@ class ViewsGeneratorTest extends TestCase
-
+
@@ -41,7 +41,7 @@ class ViewsGeneratorTest extends TestCase table_name}.index') }}\" class=\"btn btn-link\">{{ __('app.reset') }}
-
{{ __('app.table_no') }}
+
{{ __('app.table_no') }}