Sha256: 303c8bb3a73925500863b8e3b54c4039b0115b0d26cf907b047a90aaed01b114

Contents?: true

Size: 1.81 KB

Versions: 9

Compression:

Stored size: 1.81 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>Title</th>
			<th>Sub  Title</th>
			<th>Category</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_career_opportunity_0"></tr>
  	<% @career_opportunities.each_with_index do |career_opportunity, i| %>
  		<tr id="tr_career_opportunity_<%= career_opportunity.id %>">

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

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

				<td><%= career_opportunity.sub_title %></td>
				<td><%= career_opportunity.category.try(:name) %></td>

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

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

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

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dhatu-0.3.9.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.8.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.7.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.6.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.5.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.4.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.3.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.2.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb
dhatu-0.3.1.pre.materialize app/views/dhatu/career_opportunities/_index.html.erb