Sha256: 551bac23847c87dc96af163f7230e44dcb55d5209cab6eb1fc71c3e83ef9e23e

Contents?: true

Size: 1.51 KB

Versions: 8

Compression:

Stored size: 1.51 KB

Contents

<div class="table-responsive"> 
	<table class="table table-hover table-condensed members-table middle-align">
	  <thead> 
			<tr> 
				<th style="text-align: center;width:5%">#</th> 
				<!-- <th style="text-align: center;width:100px"><i class="fa fa-photo"></i></th>  -->
				<th>Section Type</th>
				<th style="width:100px;" class="hidden-sm hidden-xs">Status</th>
				<% if display_manage_links? %>
				<th style="text-align: center;" colspan="2" class="hidden-sm hidden-xs">Actions</th>
				<% end %>
			</tr> 
		</thead>
	  <tbody>
	  	<tr id="tr_section_0"></tr>
	  	<% @sections.each_with_index do |section, i| %>
	  		
	  		<tr id="tr_section_<%= section.id %>">

					<th scope="row" style="text-align: center;">
						<%= serial_number(i) %>
					</th>

					<!-- <td class="display-image">
						<%#= display_thumbnail_small(section) %>
					</td> -->

					<td class="display-link"><%= link_to section.section_type.try(:name), section_path(section), remote: true %></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>
		  <% end %>
	  </tbody>
	</table>
</div>

<div class="row">
  <div class="col-sm-12">
    <%= paginate_kuppayam(@sections) %>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dhatu-0.1.19 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.18 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.16 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.15 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.14 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.13 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.12 app/views/dhatu/sections/_index.html.erb
dhatu-0.1.11 app/views/dhatu/sections/_index.html.erb