gateway/app/views/cms/sections/show.html.haml

10 lines
274 B
Plaintext
Raw Normal View History

%p#notice= notice
2022-11-26 19:07:20 +02:00
.grid.grid-cols-2.gap-2.m-8
- @section.content.each do |key , value|
= render "cms/sections/editors/#{key}", section: @section , key: key , value: value
= #link_to 'Edit', edit_cms_section_path(@cms_section)
\|
= #link_to 'Back', cms_sections_path