Skip to content
Snippets Groups Projects
Commit 3476b47a authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Show session id also on mobile devices and for students

parent 61cf099d
1 merge request!354Show session id also on mobile devices and for students
Pipeline #29165 passed with stages
in 9 minutes and 14 seconds
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
{{cTime}} {{cTime}}
</h3> </h3>
<span class="fill-remaining-space" <span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'"></span> *ngIf="router.url.includes('comments')"></span>
<h3 *ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'" fxLayoutAlign="center center"> <h3 *ngIf="router.url.includes('comments')" fxLayoutAlign="center center">
{{'header.id' | translate}}: {{ shortId.slice(0,4) }} {{ shortId.slice(4,8) }} {{'header.id' | translate}}: {{ shortId.slice(0,4) }} {{ shortId.slice(4,8) }}
</h3> </h3>
<span class="fill-remaining-space"></span> <span class="fill-remaining-space"></span>
......
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