Sha256: 78d68da7796a26f8aa8e4f59a2053f3578a108115eeba688e79d0edff145b537

Contents?: true

Size: 393 Bytes

Versions: 5

Compression:

Stored size: 393 Bytes

Contents

<div class="item_with_quantity view">

  <table class="item-table">
    <tbody>
    <tr>
      <% items[0].each do |key, value| %>
        <th><%= key %></th>
      <% end %>
    </tr>
    <% items.each do |item| %>
      <tr class="item-row">
        <% item.each do |key, value| %>

          <td><%= value %></td>

        <% end %>
      </tr>
    <% end %>
    </tbody>
  </table>

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
custom_inputs-0.1.4 app/views/custom_inputs/_list.html.erb
custom_inputs-0.1.3 app/views/custom_inputs/_list.html.erb
custom_inputs-0.1.2 app/views/custom_inputs/_list.html.erb
custom_inputs-0.1.1 app/views/custom_inputs/_list.html.erb
custom_inputs-0.1.0 app/views/custom_inputs/_list.html.erb