Fixed download link on main page

This commit is contained in:
Kornel Horvath 2015-11-03 16:12:48 +01:00
parent 5b2c1f750f
commit fe3cd4a8eb

View File

@ -27,7 +27,7 @@
<td class="check"><%= check_box_tag(name, id, false,
:title => l(:title_check_for_zip_download_or_email)) %></td>
<td class="title">
<% file_view_url = url_for({:only_path => false, :controller => :dmsf_files, :action => 'view', :id => file}) %>
<% file_view_url = url_for({:controller => :dmsf_files, :action => 'view', :id => file}) %>
<%= link_to(h(title),
file_view_url,
:target => "_blank",