diff options
Diffstat (limited to 'app/templates/home.html')
| -rw-r--r-- | app/templates/home.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index 7ccacfd..243f76d 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -62,7 +62,8 @@ <td>{{ workout.exercises.count() }} exercises</td> <td class="level-right"> <p class="buttons"> - <a class="button is-small is-primary" href="/workout/edit/{{ workout.id }}">Edit</a> + <a class="button is-small is-primary" href="/workout/record/{{ workout.id }}">Record</a> + <a class="button is-small is-info" href="/workout/edit/{{ workout.id }}">Edit</a> <a class="button is-small is-danger js-modal-trigger" data-target="modal-{{ workout.id }}" href="#">Delete</a> </p> </td> |
