Skip to content

Commit

Permalink
[front: editLog] zouli icon
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 1, 2017
1 parent 8bf7a44 commit 5717008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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,10 @@ <h5 *ngIf="organizationName">{{ organizationName }}</h5>
<div class="tooltip" id="activities">{{ 'activities' | translate }}</div>
</button>

<button md-button [md-menu-trigger-for]="menuHistory">H</button>
<button md-menu-item [md-menu-trigger-for]="menuHistory">
<md-icon>history</md-icon>
<div class="tooltip" id="logs">{{ 'logs' | translate }}</div>
</button>
<md-menu x-position="before" #menuHistory>
<a md-menu-item [routerLink]="['/logs', 'people']" queryParamsHandling="preserve">{{ 'people' | translate }}</a>
<a md-menu-item [routerLink]="['/logs', 'organizations']" queryParamsHandling="preserve">{{ 'organizations' | translate }}</a>
Expand Down

0 comments on commit 5717008

Please sign in to comment.