diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 60c7d5f..0adf0f8 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -29,7 +29,7 @@
<%= textilizable(@topic, :content) %>
-<%= link_to_attachments @topic, :author => false %> +<%= link_to_attachments @topic, :author => false, :thumbnails => true %>
@@ -68,7 +68,7 @@ <%= authoring message.created_on, message.author %>
<%= textilizable message, :content, :attachments => message.attachments %>
- <%= link_to_attachments message, :author => false %> + <%= link_to_attachments message, :author => false, :thumbnails => true %> <% end %> <%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %>