Files
old-holivud2/app/views/task_requests/_file.html.erb
2020-06-19 12:32:50 +02:00

7 lines
140 B
Plaintext

<tr>
<td><%= file.filename %></td>
<td class="text-right">
<%= link_to fa_icon("download"), file, target: "_blank" %>
</td>
</tr>