Remove redundant link to download document
There's a link next to it that does the exact same thing and includes the word "download", which was confusing in some cases since people might think that links with different texts lead to different pages.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<% documents.each do |document| %>
|
||||
<tr>
|
||||
<td>
|
||||
<%= link_to document.title, document.attachment %>
|
||||
<%= document.title %>
|
||||
</td>
|
||||
<td>
|
||||
<%= render Admin::Poll::Questions::Answers::Documents::TableActionsComponent.new(document) %>
|
||||
|
||||
Reference in New Issue
Block a user