Commit 04f1874b by nnnghia98

fix jobs ocunt

parent 61eedf79
<h3>Total: <%= Job.count %></h3> <h3>Total: <%= params[:city_id] ? @city.jobs.count :
(params[:industry_id] ? @industry.jobs.count : Job.count) %></h3>
<h3>Result for: </h3> <h3>Result for: </h3>
<%= paginate @jobs %> <%= 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