Sha256: 375af2cb64602ce3e6f8b1973e973da98f24e093a7458f0c66cd4f378f71174e
Contents?: true
Size: 682 Bytes
Versions: 11
Compression:
Stored size: 682 Bytes
Contents
<tr id="tr_section_<%= section.id %>"> <th scope="row" style="text-align: center;"> <%= serial_number(i) %> </th> <!-- <td class="display-image"> <%#= display_thumbnail(section) %> </td> --> <td> <strong><%= section.title %></strong><br> <%= section.sub_title %><br> </td> <td class="hidden-sm hidden-xs"><%= display_publishable_status(section) %></td> <% if display_manage_links? %> <td class="action-links hidden-sm hidden-xs" style="width:10%"><%= display_publishable_links(section) %></td> <td class="action-links hidden-sm hidden-xs" style="width:10%"> <%= display_manage_links(section, @current_user) %> </td> <% end %> </tr>
Version data entries
11 entries across 11 versions & 1 rubygems