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

Add info button to statistics-page

parent 27577b29
Branches
Tags
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<mat-card> <mat-card>
<mat-card-header> <mat-card-header>
<h2>{{'statistic.learning-status' | translate}}</h2> <h2>{{'statistic.learning-status' | translate}}</h2>
<h2 class="help"><mat-icon>help</mat-icon></h2>
</mat-card-header> </mat-card-header>
<mat-divider></mat-divider> <mat-divider></mat-divider>
<div *ngIf="isLoading" fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill> <div *ngIf="isLoading" fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
......
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