half section, split out button

This commit is contained in:
2022-11-23 11:05:22 +02:00
parent 952c04d915
commit fbf07187b7
7 changed files with 30 additions and 2 deletions

View File

@ -9,4 +9,10 @@ module CmsHelper
img = image_url "cms/house.jpg"
"background-image: url('#{img}');"
end
def image_for(section , classes)
image_tag("cms/#{section['image']}" , class: classes)
end
def has_button(section)
section['button']
end
end