Commit 0981b651 by Thanh Hung Pham

fix link to location

parent 976e46ca
......@@ -9,7 +9,7 @@
</div>
<div class="row">
Location:
<%= @job.city.name unless @job.city.nil? %>
<%= link_to @job.city.name, jobs_show_path(city_id: @job.city.id) unless @job.city.nil? %>
</div>
<div class="row">
Salary:
......
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