Sha256: 2aae91151c534aa7c9e6777acd94364b957843aeabd9544252006868cd99faa2
Contents?: true
Size: 684 Bytes
Versions: 16
Compression:
Stored size: 684 Bytes
Contents
<div class="photo"> <script type="text/javascript" charset="utf-8"> $("a.settings").fancybox({ 'showCloseButton' : false, 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'speedIn' : 400, 'speedOut' : 200, 'hideOnContentClick': false, 'overlayOpacity' : 0.6, 'overlayColor' : '#000', 'opacity' : 'true' }); </script> <%= image_tag photo.file.url(:thumb), :height => '50' %> <p> <%= photo.title %> <br /> <% unless photo.date_shot.blank? %> (<%= photo.date_shot %>) <% end -%> <%= link_to "Edit Photo", edit_photo_path(photo, :format => :html, :edit => 'photo'), :class => "settings", :title => "Photo Settings" %> </p> </div>
Version data entries
16 entries across 16 versions & 2 rubygems