[Scummvm-git-logs] scummvm-web master -> d473037648d89ec5c51839ec570e40897af3bf3e
lotharsm
mail at serra.me
Wed Oct 28 10:01:07 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
d473037648 WEB: Remove links to the mirrorlist files
Commit: d473037648d89ec5c51839ec570e40897af3bf3e
https://github.com/scummvm/scummvm-web/commit/d473037648d89ec5c51839ec570e40897af3bf3e
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-10-28T11:00:44+01:00
Commit Message:
WEB: Remove links to the mirrorlist files
Changed paths:
templates/components/list_items.tpl
diff --git a/templates/components/list_items.tpl b/templates/components/list_items.tpl
index 92439511..c83bcb96 100644
--- a/templates/components/list_items.tpl
+++ b/templates/components/list_items.tpl
@@ -12,7 +12,7 @@
(
{if $item->getType() == 'daily'}{#listItemsBuildFromRepo#} {/if}
{$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#} {$data.date} {/if}
- <a href="{eval var=$item->getURL()}.mirrorlist">mirrorlist</a>
+
{if $data.sha256 != ""} <span class="sha256-toggle" onclick="this.nextSibling.classList.toggle('hidden')"> sha256</span><span class="sha256-text hidden"> <a href="{eval var=$item->getURL()}.sha256">{$data.sha256}</a></span>{/if}
) {if $data.msg != ""}{$data.msg}{/if}
{else}
@@ -45,4 +45,4 @@
{/if}
{/foreach}
</ul>
-{/if}
\ No newline at end of file
+{/if}
More information about the Scummvm-git-logs
mailing list