Sha256: 42e4212cc0393f7afc4e7de3bff76384de079b0a1ee7625d1dfbf16352b47985
Contents?: true
Size: 367 Bytes
Versions: 69
Compression:
Stored size: 367 Bytes
Contents
<% if photo_album.photos.any? %> <div id="links"> <% photo_album.photos.each do |photo| %> <a class="" href="<%= photo.image_url %>" title="<%= photo_album.name%>" data-gallery=""> <%= display_photo(photo, 200) %> </a> <% end %> </div> <% else %> <p>Photos are not available yet. Please upload photos</p> <% end %>
Version data entries
69 entries across 69 versions & 2 rubygems