Sha256: e2453215d020af7ca01e4c4fcce30c3da0017e675920c33c2d2726416f0cd4a5

Contents?: true

Size: 1.6 KB

Versions: 20

Compression:

Stored size: 1.6 KB

Contents

<div class="table-responsive1"> 
	<table class="table table-hover members-table middle-align">
	  <thead> 
			<tr> 
				<th style="text-align: center;width:5%" class="hidden-sm hidden-xs">#</th> 
				<th>Item</th>
				<th>Price</th>
				<th class="hidden-sm hidden-xs">Priority</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_price_0"></tr>
	  	<% @prices.each_with_index do |price, i| %>
	  		<tr id="tr_price_<%= price.id %>">

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

					<td class="display-link">
						<%= link_to price.title, price_path(price), remote: true %><br>
						<%= link_to price.category.try(:display_name), price_path(price), remote: true, style: "color:chocolate" %>
					</td>

					<td><%= price.price %></td>
					<td class="hidden-sm hidden-xs"><%= price.priority %></td>
					<td class="hidden-sm hidden-xs"><%= display_publishable_status(price) %></td>

		      <% if display_manage_links? %>
			    <td class="action-links hidden-sm hidden-xs" style="width:15%"><%= display_publishable_links(price) %></td>

			    <td class="action-links hidden-sm hidden-xs" style="width:15%">
			      <%= display_manage_links(price, @current_user) %>
			    </td>
			    <% end %>
		    </tr>
		  <% end %>
	  </tbody>
	</table>
</div>

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.3.0.pre.materialize app/views/dhatu/prices/_index.html.erb
dhatu-0.2.3 app/views/dhatu/prices/_index.html.erb
dhatu-0.2.2 app/views/dhatu/prices/_index.html.erb
dhatu-0.2.1 app/views/dhatu/prices/_index.html.erb
dhatu-0.2.0 app/views/dhatu/prices/_index.html.erb
dhatu-0.1.25 app/views/dhatu/prices/_index.html.erb
dhatu-0.1.24 app/views/dhatu/prices/_index.html.erb
dhatu-0.1.23 app/views/dhatu/prices/_index.html.erb
dhatu-0.1.22 app/views/dhatu/prices/_index.html.erb
dhatu-0.1.21 app/views/dhatu/prices/_index.html.erb
dhatu-0.1.20 app/views/dhatu/prices/_index.html.erb