[Scummvm-git-logs] scummvm-web master -> 3d6752983d914a82191fee86813b97d48ce272a8

lotharsm serra at scummvm.org
Sat Dec 1 10:56:30 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:
3d6752983d WEB: Hopefully last fix of the mirrorlist items...


Commit: 3d6752983d914a82191fee86813b97d48ce272a8
    https://github.com/scummvm/scummvm-web/commit/3d6752983d914a82191fee86813b97d48ce272a8
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2018-12-01T10:55:58+01:00

Commit Message:
WEB: Hopefully last fix of the mirrorlist items...

Changed paths:
    templates/components/list_items.tpl


diff --git a/templates/components/list_items.tpl b/templates/components/list_items.tpl
index 8af2673..511df07 100644
--- a/templates/components/list_items.tpl
+++ b/templates/components/list_items.tpl
@@ -11,9 +11,9 @@
 					{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}
-              {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>
+              {$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}
 						{if $item->getType() != 'daily'}





More information about the Scummvm-git-logs mailing list