Skip to content

Commit

Permalink
Add icons to statistics
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
  • Loading branch information
jovandeginste committed Feb 20, 2024
1 parent 3a8b28d commit 651a011
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/user/user_statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
<h2 class="{{ IconFor `statistics` }}">Your progress the past year</h2>
<div class="grid grid-cols-3 gap-4">
<div class="inner-form">
<h3>Workouts</h3>
<h3 class="{{ IconFor `workout` }}">Workouts</h3>
<canvas id="workouts-per-month"></canvas>
</div>
<div class="inner-form">
<h3>Duration</h3>
<h3 class="{{ IconFor `duration` }}">Duration</h3>
<canvas id="duration-per-month"></canvas>
</div>
<div class="inner-form">
<h3>Distance</h3>
<h3 class="{{ IconFor `distance` }}">Distance</h3>
<canvas id="distance-per-month"></canvas>
</div>
<div class="inner-form">
<h3>Average speed</h3>
<h3 class="{{ IconFor `speed` }}">Average speed</h3>
<canvas id="average-speed-per-month"></canvas>
</div>
<div class="inner-form">
<h3>Average speed (no pause)</h3>
<h3 class="{{ IconFor `speed` }}">Average speed (no pause)</h3>
<canvas id="average-speed-no-pause-per-month"></canvas>
</div>
<div class="inner-form">
<h3>Max speed</h3>
<h3 class="{{ IconFor `max-speed` }}">Max speed</h3>
<canvas id="max-speed-per-month"></canvas>
</div>
</div>
Expand Down

0 comments on commit 651a011

Please sign in to comment.