@@ -29,7 +29,7 | |||
|
29 | 29 | <div class="wiki"> |
|
30 | 30 | <%= textilizable(@topic, :content) %> |
|
31 | 31 | </div> |
|
32 | <%= link_to_attachments @topic, :author => false %> | |
|
32 | <%= link_to_attachments @topic, :author => false, :thumbnails => true %> | |
|
33 | 33 | </div> |
|
34 | 34 | <br /> |
|
35 | 35 | |
@@ -68,7 +68,7 | |||
|
68 | 68 | <%= authoring message.created_on, message.author %> |
|
69 | 69 | </h4> |
|
70 | 70 | <div class="wiki"><%= textilizable message, :content, :attachments => message.attachments %></div> |
|
71 | <%= link_to_attachments message, :author => false %> | |
|
71 | <%= link_to_attachments message, :author => false, :thumbnails => true %> | |
|
72 | 72 | </div> |
|
73 | 73 | <% end %> |
|
74 | 74 | <span class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></span> |
General Comments 0
You need to be logged in to leave comments.
Login now