Fixed build duration localization in timeline
This commit is contained in:
parent
9d269a4cca
commit
36243ca9cb
3 changed files with 10 additions and 10 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue