parent
28ae763eb8
commit
031e07b6e4
|
@ -4,12 +4,12 @@
|
||||||
<div class="mt-2 col-12 dropdown-options">
|
<div class="mt-2 col-12 dropdown-options">
|
||||||
<mat-divider class="top-divider"></mat-divider>
|
<mat-divider class="top-divider"></mat-divider>
|
||||||
<div class="profile-settings">
|
<div class="profile-settings">
|
||||||
<a mat-button class="profile mt-2" (click)="navigateToProfile()">{{'USER-DIALOG.USER-PROFILE-SETTINGS' | translate}}</a>
|
<a mat-button class="profile mt-2 w-100 ml-0 pl-1 d-inline-block" (click)="navigateToProfile()">{{'USER-DIALOG.USER-PROFILE-SETTINGS' | translate}}</a>
|
||||||
<a mat-button class="profile mb-2" (click)="navigateToMyDmps()">{{'USER-PROFILE.ASSOCIATED-DMPS' | translate}}</a>
|
<a mat-button class="profile mb-2 w-100 ml-0 pl-1 d-inline-block" (click)="navigateToMyDmps()">{{'USER-PROFILE.ASSOCIATED-DMPS' | translate}}</a>
|
||||||
</div>
|
</div>
|
||||||
<mat-divider></mat-divider>
|
<mat-divider></mat-divider>
|
||||||
<div>
|
<div>
|
||||||
<a mat-button class="logout mt-2" (click)="logout()">
|
<a mat-button class="logout mt-2 w-100 ml-0 pl-1 d-inline-block" (click)="logout()">
|
||||||
{{ 'USER-DIALOG.LOG-OUT' | translate }}
|
{{ 'USER-DIALOG.LOG-OUT' | translate }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue