Sha256: 591c70cc1d6228681d7937f215effa6aba8098dd7ad6924e1a84d3002e9a570a
Contents?: true
Size: 969 Bytes
Versions: 6
Compression:
Stored size: 969 Bytes
Contents
<%= div_for picture, :class => 'content_size' do %> <div class="attachment_thumb picture_link"> <%= link_to thumb_for(picture, 16), {:controller => "documents", :action => "download", :id => picture}, :type => picture.type, :title => picture.file_file_name, :path => document_path(picture) %> </div> <div class="attachment_text picture_summary_class picture_link"> <%= t('picture.msg') %><%= link_to "\""+picture.file_file_name+"\"", {:controller => "documents", :action => "download", :id => picture}, :alt => picture.file_file_name, :type => picture.type, :path => document_path(picture), :class => "attachment_text_link" %> </div> <div class="picture_link"> <%= link_to thumb_for(picture, 130), {:controller => "documents", :action => "download", :id => picture}, :type => picture.type, :title => picture.file_file_name, :path => document_path(picture) %> </div> <% end %>
Version data entries
6 entries across 6 versions & 2 rubygems