fix status coloring on owner page
This commit is contained in:
parent
b7215bbeaf
commit
24032d4040
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{#if repo.default_branch.last_build}}
|
{{#if repo.default_branch.last_build}}
|
||||||
<div class="row-item">
|
<div class="row-item row-color">
|
||||||
<div class="one-line">
|
<div class="one-line">
|
||||||
{{#link-to "build" ownerName repoName repo.default_branch.last_build.id}}
|
{{#link-to "build" ownerName repoName repo.default_branch.last_build.id}}
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user