Wrong link for a file link deletion
This commit is contained in:
parent
d1201ba5a4
commit
b7f1619a10
@ -90,7 +90,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<% if link %>
|
<% if link %>
|
||||||
<%= link_to(image_tag('delete.png'),
|
<%= link_to(image_tag('delete.png'),
|
||||||
dmsf_link_path(:id => file),
|
dmsf_link_path(link),
|
||||||
:data => {:confirm => l(:text_are_you_sure)},
|
:data => {:confirm => l(:text_are_you_sure)},
|
||||||
:method => :delete,
|
:method => :delete,
|
||||||
:title => l(:title_delete)) %>
|
:title => l(:title_delete)) %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user