fix css and html structure
This commit is contained in:
15
resources/views/Shop/Shelves/partials/display-type.blade.php
Normal file
15
resources/views/Shop/Shelves/partials/display-type.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@include('components.form.button', [
|
||||
'id' => 'by_cards',
|
||||
'icon' => 'fa-th',
|
||||
'style' => ($display_by_rows ?? false) ? ' font-size: x-small;' : '',
|
||||
'class' => 'btn-secondary',
|
||||
'title' => 'Vue par vignettes',
|
||||
])
|
||||
|
||||
@include('components.form.button', [
|
||||
'id' => 'by_rows',
|
||||
'icon' => 'fa-list',
|
||||
'style' => (!$display_by_rows ?? true) ? ' font-size: x-small;' : '',
|
||||
'class' => 'btn-secondary',
|
||||
'title' => 'Vue par lignes',
|
||||
])
|
||||
Reference in New Issue
Block a user