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

14 lines
327 B
Plaintext

%p#notice= notice
%h1 Page #{@page.name}
%h4 Section #{@section.id}
.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