Sha256: 623a4c5e003b16dfe150c8806cf14f8d1b37b5498b28de30d908af62a8d27a35

Contents?: true

Size: 1.58 KB

Versions: 17

Compression:

Stored size: 1.58 KB

Contents

<div class="table-responsive"> 
	<table class="table table-hover members-table middle-align">
	  <thead> 
			<tr> 
				<th style="text-align: center;width:60px">#</th> 
				<th>Name</th>
				<th>Class Name</th>
				<th>Categorisable</th>
				<th style="width:100px;">Status</th>
				<% if display_manage_links? %>
				<th style="text-align: center;" colspan="2">Actions</th>
				<% end %>
			</tr> 
		</thead>
	  <tbody>
	  	<% @features.each_with_index do |feature, i| %>
	  		
	  		<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>
		    
		  <% end %>
	  </tbody>
	</table>
</div>

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
usman-0.3.33 app/views/usman/features/_index.html.erb
usman-0.3.32 app/views/usman/features/_index.html.erb
usman-0.3.31 app/views/usman/features/_index.html.erb
usman-0.3.30 app/views/usman/features/_index.html.erb
usman-0.3.29 app/views/usman/features/_index.html.erb
usman-0.3.28 app/views/usman/features/_index.html.erb
usman-0.3.27 app/views/usman/features/_index.html.erb
usman-0.3.26 app/views/usman/features/_index.html.erb
usman-0.3.25 app/views/usman/features/_index.html.erb
usman-0.3.24 app/views/usman/features/_index.html.erb
usman-0.3.23 app/views/usman/features/_index.html.erb
usman-0.3.22 app/views/usman/features/_index.html.erb
usman-0.3.21 app/views/usman/features/_index.html.erb
usman-0.3.20 app/views/usman/features/_index.html.erb
usman-0.3.19 app/views/usman/features/_index.html.erb
usman-0.3.18 app/views/usman/features/_index.html.erb
usman-0.3.17 app/views/usman/features/_index.html.erb