Skip to content

Commit

Permalink
[front] remove history button on home #466
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 27, 2017
1 parent 5d0a19d commit f2b16d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/isari-header/isari-header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h5 *ngIf="organizationName">{{ organizationName }}</h5>
<div class="tooltip" id="activities">{{ 'activities' | translate }}</div>
</button>

<button md-menu-item [md-menu-trigger-for]="menuHistory" *ngIf="historyAccess">
<button md-menu-item [md-menu-trigger-for]="menuHistory" *ngIf="historyAccess && organization">
<md-icon>history</md-icon>
<div class="tooltip" id="logs">{{ 'logs' | translate }}</div>
</button>
Expand Down

0 comments on commit f2b16d6

Please sign in to comment.