Sha256: cb23bc695ddd627d28626f8b882a57e8f12775a512c05f4d87fbe465488300c8
Contents?: true
Size: 898 Bytes
Versions: 17
Compression:
Stored size: 898 Bytes
Contents
<tr id="tr_feature_<%= feature.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="feature-name"><%= link_to feature.display_name, feature_path(feature), remote: true %></td> <td class="feature-name"><%= link_to feature.name, feature_path(feature), remote: true %></td> <td><%= feature.display_categorisable %></td> <td class="hidden-sm hidden-xs"><%= display_publishable_status(feature) %></td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(feature) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_manage_links(feature, @current_user) %> </td> <% end %> </tr>
Version data entries
17 entries across 17 versions & 1 rubygems