Commit 544d48b9 by nnnghia98

edit top page

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