Commit 7cf836da by nnnghia98

display job in div

parent 544d48b9
<table class="table">
<tbody>
<%= render partial: "jobs/job", collection: @jobs %>
</tbody>
</table>
<div class="job-list">
<%= render partial: "jobs/job", collection: @jobs %>
</div>
<%= paginate @jobs %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment