1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/home/index.html.erb
2014-03-06 10:44:24 +00:00

20 lines
506 B
Plaintext

<%= render 'shared/photo_styles', photos: @photos, size: 17 %>
<% content_for :navigation do %>
<%= render 'shared/main_nav' %>
<% end %>
<% if @photos.first.present? %>
<div class="sg-17 photo" id="<%= @photos.first.name.parameterize %>">
<%= link_to_photo @photos.first %>
</div>
<% end %>
<div class="sg-5" style="background: #333;">
</div>
<div class="sg-5" style="background: #555;">
</div>
<div class="sg-5 contact">
<%= link_to raw('<span>contact</span>'), new_contact_path %>
</div>