Merge branch 'devel-2.4.12' of github.com:danmunn/redmine_dmsf into devel-2.4.12

This commit is contained in:
Karel.Picman 2021-12-02 09:04:32 +01:00
commit c69836b00c

View File

@ -34,7 +34,7 @@
<% dir = DmsfFolder.find_by(id: i) %>
<% if dir && !folders.include?(dir) %>
<br/>
<%= link_to h(dir.dmsf_path_str), dmsf_folder_path(id: dir.project_id, folder_id: dir.id, only_path: false) %>
<%= link_to h(dir.dmsf_path_str), dmsf_folder_url(id: dir.project_id, folder_id: dir.id, only_path: false) %>
<br/><br/>
<% dir.dmsf_files.each do |file| %>
<% unless files.include?(file) %>