Allowing more social lists, wrapping within buttons!

This commit is contained in:
Adsooi 2021-08-02 23:53:47 +02:00
parent 737e3a27bc
commit 1171b352c5
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
8 changed files with 30 additions and 17 deletions

View file

@ -132,9 +132,11 @@
<br><br>{{ i18n "warnExternalWebsite" "addons.mozilla.org" }}
{{ else }}
{{ i18n "file" }} {{ replace .Name "<version>" $appdata.version }}<br>
<a href="https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/{{ $appindex }}/v{{ $appdata.version }}/{{ replace .File "<version>" $appdata.version }}" class="primary" role="button">
<i class="icon-download icon-as-text" alt=""></i>{{ i18n "download" }}
</a>
<div class="primary center fit-content" role="button">
<a href="https://artifacts.accountfree.org/repository/apps.ad5001.eu-apps/{{ $appindex }}/v{{ $appdata.version }}/{{ replace .File "<version>" $appdata.version }}" role="button">
<i class="icon-download icon-as-text" alt=""></i>{{ i18n "download" }}
</a>
</div>
{{ end }}
</div>
<hr>