mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
</div>
|
|
|
|
<div class="sg-24 sgParent">
|
|
|
|
<% @categories.each do |category| %>
|
|
<div class="category sg-5" style="background: <%= category.base_colour %>">
|
|
<%= link_to '<h3>'+h(category.name.downcase)+'</h3>', category_photos_path(category) %>
|
|
</div>
|
|
<% end %>
|
|
|
|
</div>
|