Private
Public Access
1
0

first cut

This commit is contained in:
Sander Roosendaal
2018-10-29 16:33:55 +01:00
parent 30c0ea6946
commit ada4cdb225
3 changed files with 58 additions and 34 deletions

View File

@@ -62,6 +62,7 @@
<th> Start Date</th>
<th> End Date</th>
<th> Name</th>
<th> Status</th>
</tr>
</thead>
<tbody>
@@ -70,6 +71,7 @@
<td> {{ plan.startdate }} </td>
<td> {{ plan.enddate }}</td>
<td><a href="/rowers/plan/{{ plan.id }}">{{ plan.name }}</a></td>
<td> {{ plan.status }}</td>
<td> <a href="/rowers/editplan/{{ plan.id }}">Edit</a></td>
<td> <a href="/rowers/plan/{{ plan.id }}">Plan</a></td>
<td> <a href="/rowers/deleteplan/{{ plan.id }}">Delete</a></td>