Private
Public Access
1
0

better use of icons on PlannedSession management pages

This commit is contained in:
Sander Roosendaal
2021-03-02 11:52:36 +01:00
parent 1141fce247
commit 1000e6f000
6 changed files with 35 additions and 31 deletions

View File

@@ -60,7 +60,7 @@
href="/rowers/sessions/manage/session/{{ ps.id }}/user/{{ rower.user.id }}/?when={{ timeperiod }}">
&nbsp;</a>
{% else %}
<a
<a
class="{{ sessioncolor|lookup:ps.id }} dot"
title="{{ completeness|lookup:ps.id }}"
href="/rowers/virtualevent/{{ ps.id }}/submit">&nbsp;</a>
@@ -92,7 +92,7 @@
<td>
{% if ps.manager == request.user %}
<a class="small"
href="/rowers/sessions/{{ ps.id }}/edit/user/{{ rower.user.id }}/?when={{ timeperiod }}">Edit</a>
href="/rowers/sessions/{{ ps.id }}/edit/user/{{ rower.user.id }}/?when={{ timeperiod }}"><i class="fas fa-pencil-alt fa-fw"></i></a>
{% else %}
&nbsp;
{% endif %}
@@ -115,7 +115,7 @@
planned workouts by purchasing the "Coach" or "Self-Coach" plans.
{% endif %}
<p>
<a
<a
href="/rowers/sessions/print/user/{{ rower.user.id }}/?when={{ timeperiod }}">
Print View</a>
&nbsp;
@@ -128,7 +128,7 @@
Actual vs Plan chart
</a>
</p>
</li>
<li class="grid_4">
{% if unmatchedworkouts %}
@@ -162,7 +162,7 @@
{% else %}
<td>
<a href={% url rower.defaultlandingpage id=workout.id|encode %}>No Name
</a></td>
</a></td>
{% endif %}
{% else %}
{% if workout.name != '' %}
@@ -176,12 +176,12 @@
<td> {{ workout.duration |durationprint:"%H:%M:%S.%f" }} </td>
<td> {{ workout.averagehr }} </td>
<td> {{ workout.maxhr }} </td>
</tr>
</tr>
{% endfor %}
</tbody>
</table>
{% endif %}
</p>
</li>