summaryrefslogtreecommitdiffstats
path: root/app/views/messages
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-03 07:54:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-03 07:54:58 +0000
commit974d6db6dbcb7efa5d3b492005f8932db52ed2f6 (patch)
tree93ea065d313359b5e6ee28653df684a78298f38a /app/views/messages
parentea89cc6e7e4b3e61b5598c4d9c925d58aaf1f67c (diff)
downloadredmine-974d6db6dbcb7efa5d3b492005f8932db52ed2f6.tar.gz
redmine-974d6db6dbcb7efa5d3b492005f8932db52ed2f6.zip
Show thumbnails on messages (#22941).
git-svn-id: http://svn.redmine.org/redmine/trunk@15606 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/messages')
-rw-r--r--app/views/messages/show.html.erb4
1 files 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 @@
<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>