mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
<% @photos.each do |photo| %>
|
|
|
|
<div class="sg-5 image140"><%= link_to image_tag(photo.photo.url(:thumb)), photo.photo.url(:large), :rel => 'photo', :class => 'fancy' %></div>
|
|
|
|
<% end %>
|