Sha256: 0ea0335b05738ae741ebbc642fefb5aefaa3cee28e0e9ee28c1b27cc5e12f8d8

Contents?: true

Size: 913 Bytes

Versions: 2

Compression:

Stored size: 913 Bytes

Contents

<!-- leaving the first part in because I may have to rewrite this -->
<!-- div class="details-view" data-scrivito-modal-size="large">
  <% 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 %>
</div -->

<div class="details-view" data-scrivito-modal-size="large">
  <%= scrivito_tag :div, widget, :panels %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scrivito_elastic_slider_widget-0.0.60 app/views/elastic_slider_widget/details.html.erb
scrivito_elastic_slider_widget-0.0.5 app/views/elastic_slider_widget/details.html.erb