Sha256: c6461f965359f128832b5efd74d1c0ebc0cbb960a7a238d4af045aa0d8ac029e
Contents?: true
Size: 1.28 KB
Versions: 9
Compression:
Stored size: 1.28 KB
Contents
<tr id="tr_product_<%= product.id %>"> <th scope="row" style="text-align: center;" class="hidden-sm hidden-xs"> <%= serial_number(i) %> </th> <td class="display-image" class="hidden-sm hidden-xs"> <%= display_thumbnail(product) %> </td> <td class="display-link"> <%= link_to product.title, product_path(product), remote: true, style: "color: chocolate;font-size:16px;" %><br> <%= link_to product.sub_title, product_path(product), remote: true, style: "color: chocolate;font-size:16px;" %><br> <p style="color:#898989;" class="hidden-sm hidden-xs"><%= product.short_description %></p> <%= display_publishable_status(product) %> <%= display_featured(product) %> </td> <td> <%= link_to product.manufacturer.try(:display_name), product_path(product), remote: true %> </td> <td> <%= link_to product.category.try(:display_name), product_path(product), remote: true %> </td> <td> <%= product.priority %> </td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(product) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_featurable_links(product) %> <%= display_manage_links(product, @current_user) %> </td> <% end %> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems