mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
got rid of TNormalized everywhere
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div ngbDropdown placement="bottom-right" class="d-inline-block" @fadeInOut>
|
||||
<a href="#" id="dropdownUser" (click)="$event.preventDefault()" class="px-1" ngbDropdownToggle><i class="fas fa-user-circle fa-lg fa-fw" [title]="'nav.logout' | translate"></i></a>
|
||||
<ul id="logoutDropdownMenu" ngbDropdownMenu aria-labelledby="dropdownUser">
|
||||
<li class="dropdown-item">{{(user | async).name}}</li>
|
||||
<li class="dropdown-item">{{(user | async).name}} ({{(user | async).email}})</li>
|
||||
<li class="dropdown-item"><ds-log-out></ds-log-out></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user