Skip to content

Commit

Permalink
Merge pull request #451 from harunurhan/close-448
Browse files Browse the repository at this point in the history
hide accept/reject all if there is no patch
  • Loading branch information
harunurhan authored Dec 21, 2017
2 parents 382e820 + e62a0d0 commit 4958e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<i class="fa fa-bolt"></i> Conflicts <span class="badge">{{patches.length}}</span>
</ng-template>

<div class="all-actions-container">
<div *ngIf="patches && patches.length > 0" class="all-actions-container">
<button class="btn btn-success" (click)="acceptAll()">Accept All<i class="fa fa-check icon-padding-left"></i></button>
<button class="btn btn-danger" (click)="rejectAll()">Reject All<i class="fa fa-times icon-padding-left"></i></button>
</div>
Expand Down

0 comments on commit 4958e26

Please sign in to comment.