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
No related merge requests found
......@@ -10,8 +10,8 @@
{{cTime}}
</h3>
<span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'"></span>
<h3 *ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'" fxLayoutAlign="center center">
*ngIf="router.url.includes('comments')"></span>
<h3 *ngIf="router.url.includes('comments')" fxLayoutAlign="center center">
{{'header.id' | translate}}: {{ shortId.slice(0,4) }} {{ shortId.slice(4,8) }}
</h3>
<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