Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Clients/Angular/finki-chattery/src/app/shared-app/components/generic/header/header.component.html

    rc205cc4 r5ad5988  
    22  <span>FinkiChattery</span>
    33  <span class="right"></span>
    4   <app-button class="margin-y-xs" *ngIf="auth.isStudent()" (action)="askQuestion()" [buttonType]="ButtonType.CallToAction">{{
    5     'header-ask-question' | translate
    6   }}</app-button>
    7   <app-button class="margin-y-xs" *ngIf="auth.isLoggedIn()" (action)="logout()" [buttonType]="ButtonType.Basic">{{
    8     'header-logout' | translate
    9   }}</app-button>
     4  <app-button *ngIf="auth.isLoggedIn()" (action)="logout()" [buttonType]="ButtonType.CallToAction">Logout</app-button>
    105</mat-toolbar>
Note: See TracChangeset for help on using the changeset viewer.