Sha256: 08a9b1d7101d914d79a3902c318206f63baa3688098d52f54b9f3a1dbe7f2758

Contents?: true

Size: 1.71 KB

Versions: 20

Compression:

Stored size: 1.71 KB

Contents

<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 style="text-align: center;width:100px"><i class="fa fa-photo"></i></th> 
			<th>Offer</th>
			<th style="width:100px;" class="hidden-sm hidden-xs">Featured</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_offer_0"></tr>
  	<% @offers.each_with_index do |offer, i| %>
  		<tr id="tr_offer_<%= offer.id %>">

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

				<td class="display-image">
					<%= display_thumbnail(offer) %>
				</td>

				<td class="display-link">
					<%= link_to offer.title, offer_path(offer), remote: true, style: "font-weight:bold;color:#4b4b4b;" %><br>
					<%= link_to offer.offer_text, offer_path(offer), remote: true %>
				</td>

				<td class="hidden-sm hidden-xs"><%= display_featured(offer) %></td>
	      
	      <td class="hidden-sm hidden-xs"><%= display_publishable_status(offer) %></td>

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

	      <td class="action-links hidden-sm hidden-xs" style="width:10%">
					<%= display_featurable_links(offer) %>
					<%= display_manage_links(offer, @current_user) %>
				</td>
				<% end %>

	    </tr>
	  <% end %>
  </tbody>
</table>

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

Version data entries

20 entries across 20 versions & 1 rubygems

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