Private
Public Access
1
0

Merge branch 'develop' into feature/opaqueid

This commit is contained in:
Sander Roosendaal
2019-01-31 08:54:40 +01:00
13 changed files with 542 additions and 13 deletions

View File

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