added class to make button like other buttons on the site
This commit is contained in:
parent
549a022b0e
commit
763d681eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -109,6 +109,6 @@ foreach($projects as $projectId => $project):
|
|||
<?php } ?>
|
||||
</td>
|
||||
<td><?= $project['successes'] ?>/<?= $project['failures'] ?></td>
|
||||
<td><a href='<?= PHPCI_URL ?>project/build/<?= $projectId ?>'>build</a></td>
|
||||
<td><a class="btn" href='<?= PHPCI_URL ?>project/build/<?= $projectId ?>'>build</a></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue