Adding link to access older versions of apps.
This commit is contained in:
parent
dbafcaad55
commit
2d9f6fdc70
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
<section id="download-section" class="center content-center padding-container text-center">
|
||||
<hr>
|
||||
<h1 class="flex flex-center"><i class="icon-download icon-larger-text"></i>{{ i18n "download" }}</h1>
|
||||
{{ i18n "downloadApp" (dict "Name" .Name "Version" $AppData.version "Platforms" (delimit $AppData.platforms ", ")) }}
|
||||
{{ i18n "downloadApp" (dict "Name" .Name "Version" $AppData.version "Platforms" (delimit $AppData.platforms ", ")) }} <a href="https://artifacts.accountfree.org/service/rest/repository/browse/apps.ad5001.eu-apps/{{ $appindex }}/">{{ i18n "olderVersions" }}</a>
|
||||
<br><br>
|
||||
<!-- download table -->
|
||||
<div class="center columns-container">
|
||||
|
|
Loading…
Reference in a new issue