gateway/app/views/cms/sections/editors/_template.haml

6 lines
220 B
Plaintext
Raw Normal View History

2022-11-26 19:07:20 +02:00
.relative.block.border.border-gray-100
%h3.mt-4.text-lg.font-bold= key.upcase
%p= value
2022-11-26 19:07:20 +02:00
.relative.block.border.border-gray-100
=image_tag("cms/section_preview/#{section.template}" , class: "w-full object-contain")