Skip to content
Snippets Groups Projects
Commit 5e7cf3cb authored by Philipp Sautner's avatar Philipp Sautner Committed by Klaus-Dieter Quibeldey-Cirkel
Browse files

Adds new button under options that replicates the return button

parent 7947ee78
No related merge requests found
......@@ -404,6 +404,14 @@
</button>
</ng-container>
<button mat-menu-item
*ngIf="user && router.url.endsWith('/quiz')"
tabindex="0"
(click)="goBack()">
<mat-icon class="header-icons">arrow_back</mat-icon>
<span>{{'header.back-to-questionboard' | translate}}</span>
</button>
<button mat-menu-item
*ngIf="user && !router.url.endsWith('/user')"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment