Sha256: f546e7b7d908eae8263702ec96f312d8f39a906ef892b2d472802b3d3740c19d

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

<tr id="tr_promotion_attribute_<%= promotion_attribute.id %>">
              
  <th scope="row" style="text-align: center;">
    <% if i < 0 %>
      <i class="fa fa-check text-success"></i>
    <% else %>
      <%= i + 1 + (@per_page.to_i * (@current_page.to_i - 1)) %>
    <% end %>
  </th>
  
  <td class="promotion_attribute-name">
    <strong><%= link_to promotion_attribute.name, promotion_attribute_path(promotion_attribute), remote: true %></strong><br>
    <%= content_tag :span, promotion_attribute.display_data_type, style: "color:darkred;" %><br>
  </td>

  <td style="text-align: center;">
    <% promotion_attribute.values.each do |v| %>
      <span class="ml-5 label label-info"><%= v %></span>
    <% end %>
  </td>

  <td class="hidden-sm hidden-xs"><%= display_publishable_status(promotion_attribute) %></td>

  <td class="hidden-sm hidden-xs"><%= promotion_attribute.priority %></td>

  <% if display_manage_links? %>
  <td class="action-links hidden-sm hidden-xs" style="width:10%">
    <%= display_publishable_links(promotion_attribute) %>
  </td>

  <td class="action-links hidden-sm hidden-xs" style="width:10%">
    <%= display_manage_links(promotion_attribute, @current_user) %>
  </td>
  <% end %>

</tr>

Version data entries

6 entries across 6 versions & 1 rubygems

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