mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-27 10:51:15 +00:00
Show thumbnails on messages (#22941).
git-svn-id: http://svn.redmine.org/redmine/trunk@15606 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ea89cc6e7e
commit
974d6db6db
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user