Sha256: 689aa7bda9675fe028303a2e5bcb6a66d7b503eb469706dda62e3fbf2170d197
Contents?: true
Size: 620 Bytes
Versions: 2
Compression:
Stored size: 620 Bytes
Contents
<% widget.panels.each_with_index do |panel, index| %> <% unless index == 0 %> <hr /> <% end %> <div class="row"> <div class="col-md-4"> <%= scrivito_image_tag(panel, :image, style: "max-height: 100px; max-width: 250px; margin-bottom: 1em;") %> </div> <div class="col-md-3"> <h4>Headline</h4> <%= scrivito_tag(:p, panel, :headline) %> </div> <div class="col-md-5"> <h4>Text</h4> <%= scrivito_tag(:p, panel, :content) %> </div> </div> <%= scrivito_edit_link(panel, :button, data: {placeholder: "Where should the button take the user ..."}) %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
scrivito_elastic_slider_widget-0.0.3 | app/views/elastic_slider_widget/details.html.erb |
scrivito_elastic_slider_widget-0.0.2 | app/views/elastic_slider_widget/details.html.erb |