@@ -29,7 +29,7 | |||||
29 | <div class="wiki"> |
|
29 | <div class="wiki"> | |
30 | <%= textilizable(@topic, :content) %> |
|
30 | <%= textilizable(@topic, :content) %> | |
31 | </div> |
|
31 | </div> | |
32 | <%= link_to_attachments @topic, :author => false %> |
|
32 | <%= link_to_attachments @topic, :author => false, :thumbnails => true %> | |
33 | </div> |
|
33 | </div> | |
34 | <br /> |
|
34 | <br /> | |
35 |
|
35 | |||
@@ -68,7 +68,7 | |||||
68 | <%= authoring message.created_on, message.author %> |
|
68 | <%= authoring message.created_on, message.author %> | |
69 | </h4> |
|
69 | </h4> | |
70 | <div class="wiki"><%= textilizable message, :content, :attachments => message.attachments %></div> |
|
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 | </div> |
|
72 | </div> | |
73 | <% end %> |
|
73 | <% end %> | |
74 | <span class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></span> |
|
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