copy sections (template) and fix cards inclusion
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
= blue_button( "Up" , section_move_url(section.id , dir: :up) )
|
||||
= blue_button( "Down" , section_move_url(section.id , dir: :down) )
|
||||
= yellow_button("Edit" , section_path(section.id) )
|
||||
= green_button( "Copy" , new_page_section_url(@page.name, template: section.template) )
|
||||
= red_button( "Delete" , section_remove_path(section.id) )
|
||||
.relative.block.border.border-gray-100.p-4
|
||||
%h3.mt-4.text-lg.font-bold Template
|
||||
|
Reference in New Issue
Block a user