<% content_for :navigation do %> <% end %> <% if @category %>
<%= link_to raw('

'+h(@category.name.downcase)+'

'), categories_path %>
<% else %>

all photos

<% end %> <% @num_blank = 11 - @photos.length -%> <% @photos.each do |photo| %>
<%= link_to_photo photo %>
<% end %> <% @num_blank.times do %>
<% end %>