11 lines
364 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
%button.ml-3.inline-block.rounded-lg.bg-blue-500.px-5.py-3.text-sm.font-medium.text-white
2022-11-28 00:39:24 +02:00
=link_to "Update Image" , cms_page_section_select_image_url(@page.name,@section.id)
2022-11-26 19:07:20 +02:00
.relative.block.border.border-gray-100
2022-11-27 14:09:16 +02:00
-if value
= image_tag "cms/" + value
-else
No image