token info text
This commit is contained in:
parent
d49dedd242
commit
6c758f7db5
@ -51,9 +51,14 @@
|
||||
<mat-icon>redeem</mat-icon> {{'tokens.redeem' | i18n}}
|
||||
</button>
|
||||
|
||||
<p>{{'tokens.register' | i18n}}</p>
|
||||
|
||||
<a *ngIf="!auth.authenticated" routerLink="/register" mat-raised-button color="accent">
|
||||
<mat-icon>how_to_reg</mat-icon> {{'register' | i18n}}
|
||||
</a>
|
||||
|
||||
<p>{{'tokens.login' | i18n}}</p>
|
||||
|
||||
<a *ngIf="!auth.authenticated" routerLink="/login" [queryParams]="{ target:'/tokens' }" mat-raised-button
|
||||
color="primary">
|
||||
<mat-icon>login</mat-icon> {{'login' | i18n}}
|
||||
@ -75,4 +80,4 @@
|
||||
<h3>{{'quotas' | i18n}}</h3>
|
||||
<app-quotas [quotas]="quotas"></app-quotas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user