Sha256: 18b42a548405ff06507ba21e577df5bff58b9801b42f43f827f2b7d305dadac1
Contents?: true
Size: 707 Bytes
Versions: 15
Compression:
Stored size: 707 Bytes
Contents
<tr id="tr_section_type_<%= section_type.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="section_type-name"><%= link_to section_type.display_name, section_type_path(section_type), remote: true %></td> <td class="section_type-name"><%= link_to section_type.code, section_type_path(section_type), remote: true %></td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_manage_links(section_type, @current_user) %> </td> <% end %> </tr>
Version data entries
15 entries across 15 versions & 1 rubygems