Wrong path of template

This commit is contained in:
Karel Picman 2014-01-02 13:35:10 +01:00
parent 9feb14577c
commit 0baa2c7430

View File

@ -22,7 +22,7 @@
<div class="contextual">
</div>
<%= render(:partial => 'path', :locals => {:folder => @file.folder, :filename => @file.title}) %>
<%= render(:partial => '/dmsf/path', :locals => {:folder => @file.folder, :filename => @file.title}) %>
<% if DmsfFile.allowed_target_projects_on_copy.present? %>
<%= form_tag({:action => 'create', :id => @file}, :id => 'copyForm') do |f| %>