mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 10:31:16 +00:00
Fix: Download-Button not linked to file
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9fa256ccf3
commit
a4c32175a8
1 changed files with 5 additions and 2 deletions
|
@ -100,9 +100,12 @@
|
|||
>
|
||||
<div class="card-body text-center">
|
||||
<h2><i class="fas fa-cloud-download-alt" /></h2>
|
||||
<button class="btn btn-success">
|
||||
<a
|
||||
class="btn btn-success"
|
||||
:href="path"
|
||||
>
|
||||
{{ fileName }}
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue