Sha256: 86abd8ed771c62902911eee9b4a74d43c0dec7ba0b828e9a081befca932959d1
Contents?: true
Size: 984 Bytes
Versions: 20
Compression:
Stored size: 984 Bytes
Contents
<tr id="tr_promotion_<%= promotion.id %>"> <th scope="row" class="hidden-sm hidden-xs" style="text-align: center;"> <%= serial_number(i) %> </th> <td class="display-image"> <%= display_thumbnail(promotion) %> </td> <td class="display-link"> <%= link_to promotion.title, promotion_path(promotion), remote: true, style: "color:chocolate;font-size:16px;" %><br> <p class="hidden-sm hidden-xs"> <%= link_to truncate(promotion.short_description, length: 100), promotion_path(promotion), remote: true %> </p> <%= display_featured(promotion) %> <%= display_publishable_status(promotion) %> </td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(promotion) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_featurable_links(promotion) %> <%= display_manage_links(promotion, @current_user) %> </td> <% end %> </tr>
Version data entries
20 entries across 20 versions & 1 rubygems