]> source.dussan.org Git - redmine.git/commitdiff
Show thumbnails on messages (#22941).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Jul 2016 07:54:58 +0000 (07:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Jul 2016 07:54:58 +0000 (07:54 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15606 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/messages/show.html.erb

index 60c7d5f9926beb18bd7ceeece2fedb857ebeb798..0adf0f856dfff18eaf6f5634afe288fe921a3380 100644 (file)
@@ -29,7 +29,7 @@
 <div class="wiki">
 <%= textilizable(@topic, :content) %>
 </div>
-<%= link_to_attachments @topic, :author => false %>
+<%= link_to_attachments @topic, :author => false, :thumbnails => true %>
 </div>
 <br />
 
@@ -68,7 +68,7 @@
     <%= authoring message.created_on, message.author %>
   </h4>
   <div class="wiki"><%= textilizable message, :content, :attachments => message.attachments %></div>
-  <%= link_to_attachments message, :author => false %>
+  <%= link_to_attachments message, :author => false, :thumbnails => true %>
   </div>
 <% end %>
 <span class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></span>