Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEB: Hopefully last fix of the mirrorlist items...
  • Loading branch information
Lothar Serra Mari committed Dec 1, 2018
1 parent 0622cbc commit 3d67529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/components/list_items.tpl
Expand Up @@ -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'}
Expand Down

0 comments on commit 3d67529

Please sign in to comment.