Skip to content

Commit

Permalink
WEB: Fix rendering extra info for daily builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Mar 5, 2016
1 parent 51c6d59 commit 5b00198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/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}{/if}
) {if $data.msg != ""}{$data.msg}{/if}
{else}
{if $item->getType() != 'daily'}
Expand Down

0 comments on commit 5b00198

Please sign in to comment.