Sha256: bdadb2f3e0adffa489e13830a6fdac8578bc7683822719400fc5dd73e5dead2e
Contents?: true
Size: 540 Bytes
Versions: 8
Compression:
Stored size: 540 Bytes
Contents
.nested-fields %div.col-md-6 %h5 Image Box = link_to_remove_association 'remove', f = f.select(:image_id, PagesCms::Image.all.collect {|p| [p.name, p.id] }, {include_blank: 'Choose a picture'}, class: 'form-control') -#= f.select(:link, PagesCms::Page.all.collect {|p| [p.title, p.slug] }, {include_blank: 'Choose a link'}, class: 'form-control') = f.text_field :heading, placeholder: 'overlayed header', class: 'form-control' = f.text_area :content, placeholder: 'content', class: 'form-control', rows: 5
Version data entries
8 entries across 8 versions & 1 rubygems