Sha256: c95c25dd77b0343a8f88d6eff30ea48160cc69a4fa3c8b306066a2011d2581e5

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

<% unless @product_properties.empty? %>
  <h3><%= t(:product_properties) %>:</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

2 entries across 2 versions & 1 rubygems

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