adding course compare and course mapcompare, still need to add onlyme option
This commit is contained in:
@@ -46,6 +46,13 @@
|
||||
{% if records %}
|
||||
<li class="grid_4">
|
||||
<h2>Course Results</h2>
|
||||
<p>
|
||||
<a href="/rowers/courses/{{ course.id }}/compare/"
|
||||
title="Compare the workouts on this course"><i class="fas fa-chart-line fa-fw"></i></a>
|
||||
<a href="/rowers/courses/{{ course.id }}/mapcompare/"
|
||||
title="Compare the courses"><i class="fas fa-route fa-fw"></i></a>
|
||||
</p>
|
||||
<p>
|
||||
<table class="listtable shortpadded">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -88,6 +95,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</p>
|
||||
</li>
|
||||
{% if form %}
|
||||
<li class="grid_4">
|
||||
|
||||
Reference in New Issue
Block a user