Sha256: d0b21c884a3963add2c1c8dcc2af01276f1f4d545798600cadbb36fb0c1d54dc
Contents?: true
Size: 370 Bytes
Versions: 112
Compression:
Stored size: 370 Bytes
Contents
<% if photo_album.photos.any? %> <div id="links"> <% photo_album.photos.each do |photo| %> <a class="" href="<%= photo.document_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
112 entries across 56 versions & 1 rubygems