improve layout

This commit is contained in:
2023-01-09 20:47:47 +02:00
parent cc4aa25e46
commit 484fa4f6e7
4 changed files with 25 additions and 47 deletions

View File

@ -5,8 +5,6 @@
Branch
= @git.current_branch
= render "layouts/merged_header"
%h1 New merged_section
= render 'form'

View File

@ -4,7 +4,6 @@
.text-xl.text-gray-900
Select Card Style for Section #{@section.index} - #{@section.header}
= render "layouts/merged_header"
.grid.grid-cols-4.gap-6.m-8
- @cards.each do |style|
.border.border-gray-300.rounded-lg.p-2