Sha256: 193da7ce376be2162f8e46549f8f074d8b91e88432e0f5f0a893fd6e9a0ca769
Contents?: true
Size: 1.18 KB
Versions: 10
Compression:
Stored size: 1.18 KB
Contents
<tr id="tr_category_<%= category.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> <% if category.end_node? %> <td class="category-name"><%= category.display_name %></td> <% else %> <td class="category-name"> <%= link_to raw("<i class=\"fa fa-caret-right\"></i> #{category.display_name}"), categories_path(parent_id: category.id, category_type: @category_type), remote: true %></td> <% end %> <td><%= category.display_category_type %></td> <td><%= category.priority %></td> <td class="hidden-sm hidden-xs"><%= display_publishable_status(category) %></td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(category) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= link_to raw("<i class=\"linecons-desktop\"></i> View Details"), category_path(category), :remote=>true, style: "color:#40bbea" %> <%= display_manage_links(category, @current_user) %> </td> <% end %> </tr>
Version data entries
10 entries across 10 versions & 1 rubygems