diff options
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> |
