Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit a7b9f2a

Browse files
authoredApr 11, 2018
Merge pull request #609 from h-da/bugfix/merge-duplicate-adminadmin
removes merge duplicate
2 parents f14b6ba + 19f62ec commit a7b9f2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎app/webFrontend/src/app/app.component.html

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<button mat-menu-item *ngIf="isLoggedIn() && isAdmin()" routerLink="/admin" routerLinkActive="active">
4242
<mat-icon>settings</mat-icon>
4343
<span>{{ 'mainMenu.admin' | translate }}</span>
44-
<span>Admin</span>
4544
</button>
4645
<button mat-menu-item *ngIf="isLoggedIn() && isStudent()" routerLink="/userSettings" routerLinkActive="active">
4746
<mat-icon>settings</mat-icon>

0 commit comments

Comments
 (0)
This repository has been archived.