Sha256: 72e3fe1f283fe2d8e25face8821c1f48c16fc64fcbf309c3b5aae59d4b41f313

Contents?: true

Size: 293 Bytes

Versions: 16

Compression:

Stored size: 293 Bytes

Contents

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
c80_yax-0.1.0.17 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.16 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.15 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.14 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.13 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.12 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.11 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.10 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.9 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.8 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.7 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.6 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.5 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.4 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.3 app/views/c80_yax/items/_buy_options.html.erb
c80_yax-0.1.0.2 app/views/c80_yax/items/_buy_options.html.erb