diff options
Diffstat (limited to 'app/templates/workout/record.html')
| -rw-r--r-- | app/templates/workout/record.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html index 6463fe4..0908ef8 100644 --- a/app/templates/workout/record.html +++ b/app/templates/workout/record.html @@ -22,13 +22,12 @@ <input class="input" type="number" min="0"> </div> </div> - - <!-- Done button --> - <p class="button"> + <!-- TODO: fix align --> + <button class="button" onClick="onClickSetCheck(this)"> <span class="icon is-small"> <i class="fa fa-check"></i> </span> - </p> + </button> </div> </div> @@ -47,4 +46,6 @@ </div> </div> +<script async type="text/javascript" src="/static/js/record.js"></script> + {% endblock %} |
