From 974d6db6dbcb7efa5d3b492005f8932db52ed2f6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 3 Jul 2016 07:54:58 +0000 Subject: [PATCH] Show thumbnails on messages (#22941). git-svn-id: http://svn.redmine.org/redmine/trunk@15606 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/messages/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 60c7d5f99..0adf0f856 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 %> -- 2.39.5