Skip to content

Commit

Permalink
on display matrix params if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Jun 2, 2015
1 parent 0b28ed0 commit a169bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/drone-server/static/scripts/views/build_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>{{ build.message }}</h3>
</div>
</div>

<div class="row build-row sub-build-row">
<div class="row build-row sub-build-row" ng-if="build.builds.length > 1">
<div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion cmd/drone-server/static/styles/drone.css
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ section .build-row.sub-build-row h3 {
}

section .build-row.sub-build-row h3 > div {
margin-bottom:5px;
margin-bottom:7px;
}
section .build-row.sub-build-row h3 > div:last-child {
margin-bottom:0px;
Expand Down

0 comments on commit a169bec

Please sign in to comment.