help & physics
This commit is contained in:
@@ -76,28 +76,28 @@
|
||||
<label for="group-chart">Static Charts</label>
|
||||
<ul>
|
||||
<li id="chart-time">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addtimeplot">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addstatic/1">
|
||||
<i class="fas fa-stopwatch fa-fw"></i> Time
|
||||
</a>
|
||||
</li>
|
||||
<li id="chart-distance">
|
||||
<a href="/rowers/workout/{{ workout.id }}/adddistanceplot">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addstatic/2">
|
||||
<i class="fas fa-ruler fa-fw"></i> Distance
|
||||
</a>
|
||||
</li>
|
||||
<li id="chart-powerpie">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addpowerpiechart">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addstatic/13">
|
||||
<i class="far fa-chart-pie fa-fw"></i> Power (Pie)
|
||||
</a>
|
||||
</li>
|
||||
</li>
|
||||
<li id="chart-hrpie">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addpiechart">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addstatic/3">
|
||||
<i class="fas fa-heartbeat fa-fw"></i> Heart Rate (Pie)
|
||||
</a>
|
||||
</li>
|
||||
{% if workout|water %}
|
||||
<li id="chart-otwpower">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addotwpowerplot">
|
||||
<a href="/rowers/workout/{{ workout.id }}/addstatic/9">
|
||||
<i class="fas fa-chart-area fa-fw"></i> OTW Power
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user