app/views/common/_index.html.erb in social_stream-documents-0.1.10 vs app/views/common/_index.html.erb in social_stream-documents-0.1.11
- old
+ new
@@ -25,10 +25,10 @@
</div>
<% @activities.each do |a| %>
<% document = a.activity_objects.first.document %>
<div class="attachment_tile">
<div class="attachment_tile_thumb">
- <%= link_to big_thumb_for(document),
+ <%= link_to thumb_for(document,48),
{:controller => "documents", :action => "download", :id => document},
:type => document.type,
:title => document.file_file_name,
:path => document_path(document) %>
</div>