[Scummvm-git-logs] scummvm-web master -> 90122964af83b8224612e4f04e2bca6f01294918

lotharsm serra at scummvm.org
Sat Dec 1 10:39:54 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:
90122964af WEB: Fix position of mirrorlist links in the download items


Commit: 90122964af83b8224612e4f04e2bca6f01294918
    https://github.com/scummvm/scummvm-web/commit/90122964af83b8224612e4f04e2bca6f01294918
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2018-12-01T10:39:41+01:00

Commit Message:
WEB: Fix position of mirrorlist links in 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 d5391eb..b0253b9 100644
--- a/templates/components/list_items.tpl
+++ b/templates/components/list_items.tpl
@@ -11,8 +11,8 @@
 					{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} <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}
+              {$data.size} {if $data.ext == '.exe'}Win32 {/if}{$data.ext}{if $data.date != ""}{#listItemsDate#} {$data.date}{/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><a href="{eval var=$item->getURL()}.mirrorlist">mirrorlist</a>{/if}
 						)  {if $data.msg != ""}{$data.msg}{/if}
 					{else}
 						{if $item->getType() != 'daily'}





More information about the Scummvm-git-logs mailing list