Files
old-holivud2/app/views/casting_submissions/_file.html.erb

7 lines
140 B
Plaintext
Raw Normal View History

2020-07-15 11:57:21 +02:00
<tr>
<td><%= file.filename %></td>
<td class="text-right">
<%= link_to fa_icon("download"), file, target: "_blank" %>
</td>
</tr>