From b553b23e6b9d712d9c1168cbb167a2bbfd9ec088 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 May 2016 08:04:51 +0000 Subject: Show attachment view even is no preview is available (#22482). Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15398 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/attachments/other.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/attachments/other.html.erb (limited to 'app/views/attachments') diff --git a/app/views/attachments/other.html.erb b/app/views/attachments/other.html.erb new file mode 100644 index 000000000..e6244c16e --- /dev/null +++ b/app/views/attachments/other.html.erb @@ -0,0 +1,3 @@ +<%= render :layout => 'layouts/file' do %> + <%= render :partial => 'common/other' %> +<% end %> -- cgit v1.2.3