Commit c1dd47eb by Tô Ngọc Ánh

add plural for noun

parent 28ad2bf6
Pipeline #755 canceled with stages
in 0 seconds
...@@ -6,21 +6,21 @@ ...@@ -6,21 +6,21 @@
<%= render 'shared/searchbar' %> <%= render 'shared/searchbar' %>
</div> </div>
</div> </div>
<div id='latest-job' class='my-4 text-center'> <div id='latest-jobs' class='my-4 text-center'>
<h1>Latest Job</h1> <h1>Latest Jobs</h1>
<div class='row'> <div class='row'>
<%= render partial: 'home/job', collection: @jobs %> <%= render partial: 'home/job', collection: @jobs %>
</div> </div>
<a href='#'>All jobs</a> <a href='#'>All Jobs</a>
</div> </div>
<div id='top-city' class='my-4 text-center'> <div id='top-cities' class='my-4 text-center'>
<h1>Top Cities</h1> <h1>Top Cities</h1>
<div class='row'> <div class='row'>
<%= render partial: 'home/city', collection: @top_cities, as: :location %> <%= render partial: 'home/city', collection: @top_cities, as: :location %>
</div> </div>
<a href='#'>All Cities</a> <a href='#'>All Cities</a>
</div> </div>
<div id='top-industry' class='my-4 text-center'> <div id='top-industries' class='my-4 text-center'>
<h1>Top Industries</h1> <h1>Top Industries</h1>
<div class='row'> <div class='row'>
<%= render partial: 'home/industry', collection: @top_industries, as: :industry %> <%= render partial: 'home/industry', collection: @top_industries, as: :industry %>
......
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