links on analysis now to new analysis function
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
<li class="rounder">
|
||||
<h2>Compare Workouts</h2>
|
||||
{% if team %}
|
||||
<a href="/rowers/team-compare-select/team/{{ team.id }}/">
|
||||
<a href="/rowers/user-analysis-select/compare/team/{{ team.id }}/">
|
||||
{% else %}
|
||||
<a href="/rowers/team-compare-select/team/0/">
|
||||
<a href="/rowers/user-analysis-select/compare/team/0/">
|
||||
{% endif %}
|
||||
<div class="vignet">
|
||||
<img src="/static/img/workoutcompare.png"
|
||||
@@ -29,7 +29,7 @@
|
||||
</li>
|
||||
<li class="rounder">
|
||||
<h2>Stroke Analysis</h2>
|
||||
<a href="/rowers/flexall/">
|
||||
<a href="/rowers/user-analysis-select/flexall/">
|
||||
<div class="vignet">
|
||||
<img src="/static/img/strokeanalysis.png"
|
||||
alt="Stroke Analysis">
|
||||
@@ -41,7 +41,7 @@
|
||||
</li>
|
||||
<li class="rounder">
|
||||
<h2>Histogram</h2>
|
||||
<a href="/rowers/histo/">
|
||||
<a href="/rowers/user-analysis-select/histo/">
|
||||
<div class="vignet">
|
||||
<img src="/static/img/histogram.png" alt="Power Histogram">
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@
|
||||
</li>
|
||||
<li class="rounder">
|
||||
<h2>Statistics</h2>
|
||||
<a href="/rowers/cumstats/">
|
||||
<a href="/rowers/user-analysis-select/stats/">
|
||||
<div class="vignet">
|
||||
<img src="/static/img/statistics.PNG" alt="Statistics">
|
||||
</div>
|
||||
@@ -63,7 +63,7 @@
|
||||
</li>
|
||||
<li class="rounder">
|
||||
<h2>Box Chart</h2>
|
||||
<a href="/rowers/user-boxplot-select/">
|
||||
<a href="/rowers/user-analysis-select/boxplot/">
|
||||
<div class="vignet">
|
||||
<img src="/static/img/boxplot.png" alt="Box Chart">
|
||||
</div>
|
||||
@@ -75,7 +75,7 @@
|
||||
</li>
|
||||
<li class="rounder">
|
||||
<h2>Trend Flex</h2>
|
||||
<a href="/rowers/user-multiflex-select/">
|
||||
<a href="/rowers/user-analysis-select/trendflex/">
|
||||
<div class="vignet">
|
||||
<img src="/static/img/trendflex.png" alt="Trend Flex">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user