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

Version Path
dhatu-0.1.25 app/views/dhatu/section_types1/_row.html.erb
dhatu-0.1.24 app/views/dhatu/section_types1/_row.html.erb
dhatu-0.1.23 app/views/dhatu/section_types1/_row.html.erb
dhatu-0.1.22 app/views/dhatu/section_types1/_row.html.erb
dhatu-0.1.21 app/views/dhatu/section_types1/_row.html.erb
dhatu-0.1.20 app/views/dhatu/section_types1/_row.html.erb
dhatu-0.1.19 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.18 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.16 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.15 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.14 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.13 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.12 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.11 app/views/dhatu/section_types/_row.html.erb
dhatu-0.1.10 app/views/dhatu/section_types/_row.html.erb