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

Show time only on desktop devices

parent fac5b55b
1 merge request!257Improve comment-list view + 2 bug fixes
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<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" fxLayoutAlign="center center"> <h3 *ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'" fxLayoutAlign="center center">
<mat-icon>access_time</mat-icon> <mat-icon>access_time</mat-icon>
{{cTime}} {{cTime}}
</h3> </h3>
......
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