Sha256: 26afde8cf3a7c94f0844ba8a8f42289fdfaa57ea7275e6de2891580a30c96eb0

Contents?: true

Size: 401 Bytes

Versions: 7

Compression:

Stored size: 401 Bytes

Contents

<div class="buy_options" data-id="<%= item.id %>">
  <% elems.each do |elem| %>
      <div data-tag="<%=elem[:tag]%>" data-label="<%=elem[:label]%>" class="checkbox <%=elem[:style]%>">
        <label>
          <input type="checkbox" checked>
          <span class="cr"><i class="cr-icon fa fa-check"></i></span>
          <%= elem[:label].html_safe %>
        </label>
      </div>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.24 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.23 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.22 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.21 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.20 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.18 app/views/c80_yax/items/_buy_options.html.erb