Commit 969b743d by Thanh Hung Pham

Fix layout

parent 92b4dc71
......@@ -13,7 +13,7 @@
<tbody>
<%- @favorited_jobs.each do |favorite| -%>
<tr>
<td> <%= favorite.job.name %> </td>
<td> <%= link_to favorite.job.name, jobs_detail_path(id: favorite.job.id) %> </td>
<td> <%= truncate(favorite.job.description, length: 250) %> </td>
<td> <%= favorite.job.city.name unless favorite.job.city.nil? %> </td>
<td> <%= favorite.job.salary %> </td>
......
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