diff options
| author | stilbruch <stilbruch@protonail.com> | 2022-05-02 18:56:27 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonail.com> | 2022-05-02 18:56:27 -0500 |
| commit | 22ec1a4502a105eaf575e3209b83af72be685929 (patch) | |
| tree | 8b354e344b74e62a740fd3da33112947c5791ce1 /app/templates/workout/record.html | |
| parent | 960f3fabf56d7d7f11ea6295fd76849d71724f27 (diff) | |
| parent | 746d2c2d31f47e3e475c0bf5ffbf2492db78be41 (diff) | |
| download | Strengthy-22ec1a4502a105eaf575e3209b83af72be685929.tar.xz Strengthy-22ec1a4502a105eaf575e3209b83af72be685929.zip | |
Merge branch 'master' of stilbruch.xyz:strengthy
Diffstat (limited to 'app/templates/workout/record.html')
| -rw-r--r-- | app/templates/workout/record.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/templates/workout/record.html b/app/templates/workout/record.html index aa58ff4..b953a3d 100644 --- a/app/templates/workout/record.html +++ b/app/templates/workout/record.html @@ -16,18 +16,18 @@ </thead> <tbody> {% for set in exercise.sets.entries %} - <tr> - <th>{{ loop.index }}</th> - <td>{{ set['lbs'](class_='input') }}</td> - <td>{{ set['units'](class_='input') }}</td> - <td> - <a class="button" onClick="onClickSetCheck(this)"> - <span class="icon is-small"> - <i class="fa fa-check"></i> - </span> - </a> - </td> - </tr> + <tr> + <th>{{ loop.index }}</th> + <td>{{ set['lbs'](class_='input') }}</td> + <td>{{ set['units'](class_='input') }}</td> + <td> + <a class="button" onClick="onClickSetCheck(this)"> + <span class="icon is-small"> + <i class="fa fa-check"></i> + </span> + </a> + </td> + </tr> {% endfor %} </tbody> </table> |
