[Scummvm-git-logs] scummvm-web master -> 71e0fed0cbbc236feb028739f0387d3a670ed462

lotharsm serra at scummvm.org
Sat Dec 1 10:36:50 CET 2018


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:
71e0fed0cb WEB: Add link to mirrorlist to the download items


Commit: 71e0fed0cbbc236feb028739f0387d3a670ed462
    https://github.com/scummvm/scummvm-web/commit/71e0fed0cbbc236feb028739f0387d3a670ed462
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2018-12-01T10:36:24+01:00

Commit Message:
WEB: Add link to mirrorlist to the download items

Changed paths:
    templates/components/list_items.tpl


diff --git a/templates/components/list_items.tpl b/templates/components/list_items.tpl
index ce22cf9..d5391eb 100644
--- a/templates/components/list_items.tpl
+++ b/templates/components/list_items.tpl
@@ -11,7 +11,7 @@
 					{if is_array($data)}
 						(
 							{if $item->getType() == 'daily'}{#listItemsBuildFromRepo#} {/if}
-              {$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#} {$data.date}{/if}
+              {$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#} {$data.date} <a href="{eval var=$item->getURL()}.mirrorlist">mirrorlist</a>{/if}
               {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}





More information about the Scummvm-git-logs mailing list