Commit e68f4427 by nnnghia98

removed some div

parent dd160e6f
<div class="container">
<div class="row row-cols-5">
<%= render partial: "industries/industry", collection: @industries %>
</div>
<div class="row row-cols-5">
<%= render partial: "industries/industry", collection: @industries %>
</div>
......@@ -19,10 +19,10 @@
</div>
<div class="top_cities">
<%= render partial: "shared/top_cities" %>
<%= render "shared/top_cities" %>
</div>
<div class="top_industries">
<%= render partial: "shared/top_industries"%>
<%= render "shared/top_industries"%>
</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