Skip to content
Snippets Groups Projects
Commit cccc818d authored by Tom Käsler's avatar Tom Käsler
Browse files

Merge branch...

Merge branch '366-place-the-session-id-in-the-header-of-the-question-list-view-in-both-roles-and-also-on-mobile-devices' into 'master'

Show session id also on mobile devices and for students

Closes #366

See merge request arsnova/arsnova-lite!354
parents 61cf099d 3476b47a
No related merge requests found
...@@ -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