Commit 12830e37 by nnnghia98

first edit job list page

parent dce79223
<div> <div class="container">
<%= render partial: "jobs/job", collection: @jobs %> <h2>Total: </h2>
<h2>Result for: </h2>
<br>
<%= paginate @jobs %>
<table class="table">
<tbody>
<ul class="table">
<%= render partial: "jobs/job", collection: @jobs %>
</ul>
</tbody>
</table>
<%= paginate @jobs %>
</div> </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