Skip to content

Commit

Permalink
Improve markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Sanchez committed Mar 12, 2015
1 parent e6d9eaa commit 7af9e60
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/refinery/retailers/retailers/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% content_for :body do %>
<div id="retailers">
<div id="retailers-list">
<% @retailers.each do |country, retailers| %>
<div id="<%= country.downcase %>">
<div id="<%= country.downcase %>" class="countries">
<h2><%= country_name(country) %></h2>
<ul>
<%= render partial: 'retailer', collection: retailers %>
Expand All @@ -24,4 +24,6 @@
<% end %>
<% end %>

<%= render '/refinery/content_page' %>
<div id="retailers-page">
<%= render '/refinery/content_page' %>
</div>

0 comments on commit 7af9e60

Please sign in to comment.