Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEB: Add link to mirrorlist to the download items
  • Loading branch information
Lothar Serra Mari committed Dec 1, 2018
1 parent da01f71 commit 71e0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/list_items.tpl
Expand Up @@ -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}
Expand Down

0 comments on commit 71e0fed

Please sign in to comment.