Sha256: f58c461ee7f33030c0435f500d2b1449f3576739c1c83c33e9685bd205162740
Contents?: true
Size: 1015 Bytes
Versions: 9
Compression:
Stored size: 1015 Bytes
Contents
<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>
Version data entries
9 entries across 9 versions & 1 rubygems