moved power progress out of labs and training targets in
This commit is contained in:
@@ -138,7 +138,19 @@
|
|||||||
Analyse power vs piece duration to make predictions, for erg pieces.
|
Analyse power vs piece duration to make predictions, for erg pieces.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid_2 suffix_2 alpha">
|
<div class="grid_2">
|
||||||
|
<p>
|
||||||
|
{% if user|is_planmember %}
|
||||||
|
<a class="button blue small" href="/rowers/fitness-progress">Power Progress</a>
|
||||||
|
{% else %}
|
||||||
|
<a class="button blue small" href="/rowers/promembership">Power Progress</a>
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Monitoring power duration evidence from all your workouts. Feel free to explore.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="grid_2 omega">
|
||||||
<p>
|
<p>
|
||||||
{% if user|is_planmember %}
|
{% if user|is_planmember %}
|
||||||
<a class="button blue small" href="/rowers/laboratory">The Labs</a>
|
<a class="button blue small" href="/rowers/laboratory">The Labs</a>
|
||||||
|
|||||||
@@ -24,13 +24,13 @@
|
|||||||
<div class="grid_2 alpha">
|
<div class="grid_2 alpha">
|
||||||
<p>
|
<p>
|
||||||
{% if user|is_planmember %}
|
{% if user|is_planmember %}
|
||||||
<a class="button blue small" href="/rowers/fitness-progress">Power Progress</a>
|
<a class="button blue small" href="/rowers/createplan">Training Target</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="button blue small" href="/rowers/promembership">Power Progress</a>
|
<a class="button blue small" href="/rowers/promembership">Training Target</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Monitoring power duration evidence from all your workouts. Feel free to explore.
|
Experiments with a training target and plan builder
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user