Skip to content

Commit

Permalink
feat(ui): enable timeline for all users (#3404)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault committed Oct 8, 2018
1 parent 302892b commit 997c378
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ui/src/app/views/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@ <h1 class="ui header">{{ 'home_title' | translate }}</h1>
<div class="one wide column">
</div>
<div class="ten wide column border-right">
<ng-container *ngIf="!user.admin">
<h3>{{'navbar_favorites' | translate}}</h3>
<div class="ui raised padded text container segment" *ngIf="!loading && (!favorites || !favorites.length)">
{{'common_no_favorites' | translate}}
</div>
<app-favorite-cards [favorites]="favorites" [centered]="false"></app-favorite-cards>
</ng-container>
<ng-container *ngIf="user.admin">
<app-home-timeline></app-home-timeline>
</ng-container>

<app-home-timeline></app-home-timeline>
</div>
<div class="five wide column">
<div>
Expand Down

0 comments on commit 997c378

Please sign in to comment.