Remove redundant markup
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
|
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
|
||||||
<div>
|
|
||||||
<header class="gap-6 mb-2">
|
<header class="gap-6 mb-2">
|
||||||
<div class="flex items-center justify-between gap-6 mb-2 mt-2">
|
<div class="flex items-center justify-between gap-6 mb-2 mt-2">
|
||||||
<.search_form query={@record_list_params.query} />
|
<.search_form query={@record_list_params.query} />
|
||||||
@@ -97,7 +96,6 @@
|
|||||||
</.button>
|
</.button>
|
||||||
</.button_group>
|
</.button_group>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<.record_grid
|
<.record_grid
|
||||||
:if={@display == :grid}
|
:if={@display == :grid}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
|
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
|
||||||
<div>
|
<header class="mb-2">
|
||||||
<header class="gap-6 mb-2">
|
|
||||||
<div class="flex items-center justify-between gap-6 mb-2 mt-2">
|
<div class="flex items-center justify-between gap-6 mb-2 mt-2">
|
||||||
<.search_form query={@record_list_params.query} />
|
<.search_form query={@record_list_params.query} />
|
||||||
<.button
|
<.button
|
||||||
@@ -82,7 +81,6 @@
|
|||||||
</.button>
|
</.button>
|
||||||
</.button_group>
|
</.button_group>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<.record_grid
|
<.record_grid
|
||||||
:if={@display == :grid}
|
:if={@display == :grid}
|
||||||
|
|||||||
Reference in New Issue
Block a user