Sha256: e564c7af4231e9ebb63569e6cb08ff5551fce7840e404c59372811f42b30d9f3

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 Bytes

Contents

<% content_for :headers do %>
	<%= stylesheet_link_tag "documents" %>
<% end %>

<%= div_for picture, :class => 'content_size' do %>

  <div class="attachment_thumb">
    <%= link_to thumb_for(picture),
        {:controller => "documents", :action => "download", :id => picture}, 
        :class => "" %>
  </div>
  
  <div class="attachment_text">
  	<%= t('picture.msg') %><%= link_to picture.file_file_name, 
    {:controller => "documents", :action => "download", :id => picture},  
    :class => "" %>
  </div>

<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-documents-0.1.4 app/views/pictures/_picture.html.erb
social_stream-documents-0.1.3 app/views/pictures/_picture.html.erb
social_stream-documents-0.1.2 app/views/pictures/_picture.html.erb
social_stream-documents-0.1.1 app/views/pictures/_picture.html.erb
social_stream-documents-0.1.0 app/views/pictures/_picture.html.erb