Sha256: a69fcc6aa678d1ec96d934248592f9ef25c9186bf30cf9ce4684e83094d7fcfd

Contents?: true

Size: 963 Bytes

Versions: 5

Compression:

Stored size: 963 Bytes

Contents

<tr id="tr_promotion_<%= promotion.id %>">

  <th scope="row" style="text-align: center;">
    <%= serial_number(i) %>
  </th>

  <td class="display-image">
    <%= display_thumbnail_small(promotion) %>
  </td>

  <td class="display-link"><%= link_to promotion.title, promotion_path(promotion), remote: true %></td>

  <td class="display-link"><%= link_to truncate(promotion.short_description, length: 40), promotion_path(promotion), remote: true %></td>

  <td class="hidden-sm hidden-xs"><%= display_featured(promotion) %></td>
  
  <td class="hidden-sm hidden-xs"><%= 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

5 entries across 5 versions & 1 rubygems

Version Path
dhatu-0.1.16 app/views/dhatu/promotions/_row.html.erb
dhatu-0.1.15 app/views/dhatu/promotions/_row.html.erb
dhatu-0.1.14 app/views/dhatu/promotions/_row.html.erb
dhatu-0.1.13 app/views/dhatu/promotions/_row.html.erb
dhatu-0.1.12 app/views/dhatu/promotions/_row.html.erb