Sha256: 609a7ef24e43e5c035b0dcfbfa1bc2dee56e6e90390feaac9301d28b5e404452

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

<% unless @product_properties.empty? %>
  <h3>Характеристики:</h3>

  <table id="product-properties" class="table-display">
    <% for product_property in @product_properties %>
      <tr class="property-row <%= cycle 'odd', 'even' %>">
        <td class="property-type"><%= product_property.property.presentation %></td>
        <td class="property-value"><%= product_property.value %></td>
      </tr>
    <% end %>
  </table>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
synergy_default_theme-1.0.0 app/views/products/_properties.html.erb