use build id and not number
This commit is contained in:
parent
0964c8753e
commit
d6e40d6ebd
|
@ -10,7 +10,7 @@
|
|||
<div class="column medium-9 end">
|
||||
{{#if repo.default_branch.last_build}}
|
||||
<p class="tile-single tile-job build-status column medium-4 small-6"><span class="icon icon-hash"></span>
|
||||
{{#link-to "build" ownerName repoName repo.default_branch.last_build.number}}
|
||||
{{#link-to "build" ownerName repoName repo.default_branch.last_build.id}}
|
||||
{{!-- {{repo.last_build.number}} {{repo.last_build.state}} --}}
|
||||
{{repo.default_branch.last_build.number}} {{repo.default_branch.last_build.state}}
|
||||
{{/link-to}}</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user