|
|
|
@ -116,21 +116,21 @@
|
|
|
|
|
<h3>{{ .Title }}</h3>
|
|
|
|
|
{{ if hasPrefix .Title "Flatpak" }}
|
|
|
|
|
<a href="{{ .URL }}" class="padding-container-1">
|
|
|
|
|
<img src="/img/platforms/{{ $lang }}/flathub.svg"></img>
|
|
|
|
|
<img src="/img/badges/{{ $lang }}/flathub.svg"></img>
|
|
|
|
|
</a>
|
|
|
|
|
<br><br>{{ i18n "warnExternalWebsite" "flathub.org" }}
|
|
|
|
|
{{ else if hasPrefix .Title "Snap" }}
|
|
|
|
|
<a href="{{ .URL }}" class="padding-container-1">
|
|
|
|
|
<img src="/img/platforms/{{ $lang }}/snapcraft.svg"></img>
|
|
|
|
|
<img src="/img/badges/{{ $lang }}/snapcraft.svg"></img>
|
|
|
|
|
</a>
|
|
|
|
|
<br><br>{{ i18n "warnExternalWebsite" "snapcraft.io" }}
|
|
|
|
|
{{ else if hasPrefix .Title "Firefox" }}
|
|
|
|
|
<a href="{{ .URL }}" class="padding-container-1">
|
|
|
|
|
<img src="/img/platforms/{{ $lang }}/amo.svg"></img>
|
|
|
|
|
<img src="/img/badges/{{ $lang }}/amo.svg"></img>
|
|
|
|
|
</a>
|
|
|
|
|
<br><br>{{ i18n "warnExternalWebsite" "addons.mozilla.org" }}
|
|
|
|
|
{{ else }}
|
|
|
|
|
File: {{ replace .Name "<version>" $appdata.version }}<br>
|
|
|
|
|
{{ i18n "file" }} {{ replace .Name "<version>" $appdata.version }}<br>
|
|
|
|
|
<a href="{{ replace .URL "<version>" $appdata.version }}" class="primary" role="button">
|
|
|
|
|
<i class="icon-download icon-as-text" alt=""></i>{{ i18n "download" }}
|
|
|
|
|
</a>
|
|
|
|
|