mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Basic attachment download function.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<i class="fa fa-file-pdf-o"></i>
|
||||
<a href="#">{{ att.filename }}</a>
|
||||
<a href="{{ route('attachment.download', att.id) }}">{{ att.filename }}</a>
|
||||
({{ att.size|filesize }})
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user