From a0c495b953b84d90f5c87f089eaefbf310b9dfeb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Jul 2012 13:48:07 +0000 Subject: Displays thumbnails of attached images of the issue view (#1006). This behaviour can be turned on/off in Settings -> Display (off by default). Thumbnail size can be configured there too. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9933 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/issues') diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 4f53592b0..5a60b0326 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -81,7 +81,7 @@ end %> <%= textilizable @issue, :description, :attachments => @issue.attachments %> <% end %> -<%= link_to_attachments @issue %> +<%= link_to_attachments @issue, :thumbnails => true %> <% end -%> <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> -- cgit v1.2.3