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

Fix header in comment view

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