Sha256: 7161993ae9dc375e68fab8f66006eaa880a8ff1656679207b910a23a14244fce
Contents?: true
Size: 1.22 KB
Versions: 43
Compression:
Stored size: 1.22 KB
Contents
<%= div_for picture, :class => 'content_size' do %> <div class="picture_link picture_thumbnail_show"> <%= link_to thumb_for(picture, 130), download_document_path(picture), :type => picture.type, :title => picture.title, :path => document_path(picture) %> </div> <div class="attachment_text picture_summary_class"> <div class="title"> <%= picture.title %> </div> <%= simple_format auto_link(picture.description) %> <%= link_to t('details.msg'), picture_path(picture), :alt => t('details.msg'), :type => picture.type, :path => document_path(picture), :class => "attachment_text_link picture_link" %> </div> <% end %> <%= javascript_tag do %> $(document).ready(function() { $('.picture_thumbnail_show a').lightBox({ maxHeight: 920, maxWidth: 920, imageLoading: 'assets/lightbox-ico-loading.gif', imageBtnClose: 'assets/lightbox-btn-close.gif', imageBtnPrev: 'assets/lightbox-btn-prev.gif', imageBtnNext: 'assets/lightbox-btn-next.gif', imageBlank: 'assets/lightbox-blank.gif'}); }) <% end %> <div class="clearfloat"></div>
Version data entries
43 entries across 43 versions & 2 rubygems