fix set template with/without cards mismatch

This commit is contained in:
2023-01-20 20:14:23 +02:00
parent 321f1909c5
commit 1036d11e98
3 changed files with 13 additions and 4 deletions

View File

@ -1,8 +1,8 @@
.mx-20.flex.h-16.items-center.gap-16
= render "merged/sections/sections_pagination" , section: @section
.text-xl.text-gray-900
Cards for Section #{@section.index} -
= link_to @section.header , merged.section_path( @section.id) , class: "underline"
.text-3xl.font-bold.text-gray-900
= @section.cards.length
Cards
= link_to( "New Card" , merged.new_section_card_path(@section.id) , class: "p-2 border border-gray-200 bg-cyan-100 font-bold rounded-lg hover:bg-sky-100")
= render_section( @section )

View File

@ -7,7 +7,7 @@
Section
\:
= link_to section.header, section_path(section), class: "underline text-3xl ml-3"
.link
.inline-flex.items-center.justify-center.gap-3
- if section.previous_section
=link_to merged.section_path(section.previous_section.id) , class: "inline-flex h-8 w-8 items-center justify-center rounded border border-gray-100 hover:bg-sky-100" do