Merge pull request #853 from gonzo4711/patch-2

fix buggy link in "issue"-details-view for DMS-files
This commit is contained in:
Karel Picman 2018-04-27 14:56:57 +02:00 committed by GitHub
commit 39072b6f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
<% end %> <% end %>
<% # Email %> <% # Email %>
<%= link_to('', entries_operations_dmsf_path(:id => dmsf_file.project_id, :email_entries => 'email', <%= link_to('', entries_operations_dmsf_path(:id => dmsf_file.project_id, :email_entries => 'email',
:files => [dmsf_file.id]), :method => :post, :title => l(:heading_send_documents_by_email), :ids => ["file-#{dmsf_file.id}"]), :method => :post, :title => l(:heading_send_documents_by_email),
:class => 'icon-only icon-email-disabled') %> :class => 'icon-only icon-email-disabled') %>
<% # Lock %> <% # Lock %>
<% if !dmsf_file.locked? %> <% if !dmsf_file.locked? %>