mirror of
https://github.com/Luzifer/share.git
synced 2025-01-09 20:01:56 +00:00
Compare commits
No commits in common. "6344610c18caf441aed1bcae20d87df90d4fd4a2" and "9fa256ccf3f53f608eae444c3722f1afa35c1180" have entirely different histories.
6344610c18
...
9fa256ccf3
2 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,3 @@
|
||||||
# 0.14.1 / 2024-03-22
|
|
||||||
|
|
||||||
* Fix: Download-Button not linked to file
|
|
||||||
|
|
||||||
# 0.14.0 / 2024-03-18
|
# 0.14.0 / 2024-03-18
|
||||||
|
|
||||||
* Port frontend to Vue 3 / Bootstrap 5.3
|
* Port frontend to Vue 3 / Bootstrap 5.3
|
||||||
|
|
|
@ -100,12 +100,9 @@
|
||||||
>
|
>
|
||||||
<div class="card-body text-center">
|
<div class="card-body text-center">
|
||||||
<h2><i class="fas fa-cloud-download-alt" /></h2>
|
<h2><i class="fas fa-cloud-download-alt" /></h2>
|
||||||
<a
|
<button class="btn btn-success">
|
||||||
class="btn btn-success"
|
|
||||||
:href="path"
|
|
||||||
>
|
|
||||||
{{ fileName }}
|
{{ fileName }}
|
||||||
</a>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue