Skip to content
Snippets Groups Projects

Show the tool bar from the 3rd comment on

Merged Klaus-Dieter Quibeldey-Cirkel requested to merge patch-1 into master
Viewing commit 5995cabc
Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
<div fxLayout="row" id="search-container" *ngIf="comments.length > 0">
<div fxLayout="row" id="search-container" *ngIf="comments.length > 2">
<mat-label fxLayoutAlign="center center">
<mat-icon class="search-icon">search</mat-icon>
</mat-label>
@@ -72,7 +72,7 @@
</mat-menu>
</div>
<div fxLayout="row" fxLayoutAlign="center" *ngIf="comments.length < 1">
<div fxLayout="row" fxLayoutAlign="center" *ngIf="comments.length < 3">
<button mat-fab class="fab-extended" (click)="openCreateDialog()">
{{'comment-list.add-comment' | translate}}
<mat-icon class="add">add</mat-icon>