Sha256: 6d7fb8e9e1d22ad221999b6e72777337927569bc0cdbffb030975c92bb05e8b6

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

<% unless @product_properties.empty? %>
  <hr>
  <h3><%= t(:product_properties) %>:</h3>

  <table class="table table-striped table-bordered table-condensed">
    <tbody>
    <% for product_property in @product_properties %>
      <tr>
        <td><%= product_property.property.presentation %></td>
        <td><%= product_property.value %></td>
      </tr>
    <% end %>
    </tbody>
  </table>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synergy_bootstrap_theme-0.0.4 app/views/products/_properties.html.erb
synergy_bootstrap_theme-0.0.3 app/views/products/_properties.html.erb
synergy_bootstrap_theme-0.0.2 app/views/products/_properties.html.erb
synergy_bootstrap_theme-0.0.1 app/views/products/_properties.html.erb