Private
Public Access
1
0

humon support

This commit is contained in:
Sander Roosendaal
2019-01-30 21:02:12 +01:00
parent cac275c970
commit a4247ea61f
4 changed files with 31 additions and 4 deletions

View File

@@ -221,9 +221,32 @@
</a>
</td>
{% endif %}
<td> <a class="small" href="/rowers/workout/{{ workout.id }}/flexchart/">Flex</a> </td>
<td>
<a class="small" href="/rowers/workout/{{ workout.id }}/delete/">Delete
<a class="small"
href="/rowers/workout/{{ workout.id }}/edit/"
title="Edit">
<i class="fas fa-pencil-alt fa-fw"></i>
</a>
</td>
<td>
<a class="small"
href="/rowers/workout/{{ workout.id }}/flexchart/"
title="Flex Chart">
<i class="fas fa-chart-line fa-fw"></i>
</a>
</td>
<td>
<a class="small"
href="/rowers/workout/{{ workout.id }}/stats/"
title="Stats">
<i class="fal fa-table fa-fw"></i>
</a>
</td>
<td>
<a class="small" href="/rowers/workout/{{ workout.id }}/delete/"
title="Delete">
<i class="fas fa-trash-alt fa-fw"></i>
</a>
</td>
</tr>