Commit 544d48b9 by nnnghia98

edit top page

parent 7837bc7e
<tr>
<td><%= job.title %></td>
<td><%= job.short_des %></td>
<td><%= job.salary %></td>
</tr>
<div class="lob-list-item">
<%= job.title %>
<%= job.short_des %>
<%= job.salary %>
</div>
......@@ -10,13 +10,9 @@
<div class="lastest_jobs">
<h3>Latest jobs</h3>
<table class="table">
<tbody>
<ul class="table">
<%= render partial: "jobs/job", collection: @jobs %>
</ul>
</tbody>
</table>
<div class="job-list">
<%= render partial: "jobs/job", collection: @jobs %>
</div>
<%= paginate @jobs %>
</div>
......
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