[Scummvm-git-logs] scummvm-web master -> 0622cbc97997d975f7cc3aebcec75f14ee62abe6
lotharsm
serra at scummvm.org
Sat Dec 1 10:46:13 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:
0622cbc979 WEB: Fix css class for mirrorlist items
Commit: 0622cbc97997d975f7cc3aebcec75f14ee62abe6
https://github.com/scummvm/scummvm-web/commit/0622cbc97997d975f7cc3aebcec75f14ee62abe6
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2018-12-01T10:45:47+01:00
Commit Message:
WEB: Fix css class for mirrorlist items
Changed paths:
templates/components/list_items.tpl
diff --git a/templates/components/list_items.tpl b/templates/components/list_items.tpl
index b0253b9..8af2673 100644
--- a/templates/components/list_items.tpl
+++ b/templates/components/list_items.tpl
@@ -12,7 +12,8 @@
(
{if $item->getType() == 'daily'}{#listItemsBuildFromRepo#} {/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.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}
+ <span class="download-extras"><a href="{eval var=$item->getURL()}.mirrorlist"> mirrorlist</a>
) {if $data.msg != ""}{$data.msg}{/if}
{else}
{if $item->getType() != 'daily'}
More information about the Scummvm-git-logs
mailing list