Skip to content

Commit

Permalink
fix(dashboard): 'Add a watch' button is now correctly displayed for u…
Browse files Browse the repository at this point in the history
…ser without watch

This button wasn't migrated from beta to rc
  • Loading branch information
MathieuNls committed Nov 30, 2016
1 parent 6e7f965 commit 2e7346b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div *ngIf="user && user.watches.length == 0" class="no-watch">
<h1>{{ 'no-watch' | translate }}</h1>
<p>{{ 'no-watch-sub' | translate }}</p>
<button primary (click)="newWatch()">
<button color="primary" (click)="newWatch()" ion-button>
{{ 'new-watch' | translate }}
</button>
</div>
Expand Down

0 comments on commit 2e7346b

Please sign in to comment.