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

Merge branch '389-center-session-id-in-header' into 'master'

Fix header in comment view

Closes #389

See merge request !370
parents f2b2be6d 0bcf98a2
Pipeline #29762 passed with stages
in 9 minutes and 8 seconds
...@@ -5,12 +5,13 @@ ...@@ -5,12 +5,13 @@
<mat-icon class="header-icons" aria-label="Go back">keyboard_arrow_left</mat-icon> <mat-icon class="header-icons" aria-label="Go back">keyboard_arrow_left</mat-icon>
</button> </button>
<span class="fill-remaining-space"></span> <span class="fill-remaining-space"></span>
<h3 *ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'" <h3 *ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"
fxLayoutAlign="center center"> fxLayoutAlign="center center">
<mat-icon>access_time</mat-icon> <mat-icon>access_time</mat-icon>
{{cTime}} {{cTime}}
</h3> </h3>
<span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span>
<span <span
*ngIf="router.url.includes('comments') && moderationEnabled" *ngIf="router.url.includes('comments') && moderationEnabled"
class="moderation-enabled" class="moderation-enabled"
......
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