ブラウザで表示される画像のリビジョンが古かった件はキャッシュの問題だったので変更を元に戻すことにした(#2)
This commit is contained in:
parent
81d141b794
commit
3283204e3f
@ -25,7 +25,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 = dmsf_file_path(file, :download => file.last_revision) %>
|
||||
<% file_view_url = url_for({:only_path => false, :controller => :dmsf_files, :action => 'view', :id => file}) %>
|
||||
<%= link_to(h(title),
|
||||
file_view_url,
|
||||
:target => "_blank",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user