Fixed build duration localization in timeline

This commit is contained in:
Dmitry Khomutov 2017-04-22 22:02:27 +07:00
commit 36243ca9cb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 10 additions and 10 deletions

View file

@ -75,7 +75,7 @@ $branches = $build->getExtra('branches');
?>
</td>
<td>
<?php print $build->getDuration(); ?> <?= Lang::get('seconds'); ?>
<?= $build->getDuration(); ?> <?= Lang::get('seconds'); ?>
</td>
<td>
<div class="btn-group btn-group-right">