Added Measurements input
This commit is contained in:
parent
ba17d57987
commit
98a86ca6a8
12 changed files with 337 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template name="logEntry">
|
||||
<h1>Log Entry</h1>
|
||||
<h1>Workout Log Entry</h1>
|
||||
<div class="grid">
|
||||
<div>
|
||||
<select name="selectExerciseToLog" class="selectExerciseToLog" id="selectExerciseToLog">
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@
|
|||
<option value="Meters">Meters</option>
|
||||
<option value="Yards">Yards</option>
|
||||
<option value="Feet">Feet</option>
|
||||
<option value="Laps">Laps</option>
|
||||
{{/if}}
|
||||
{{#if $eq exMeas2 "Weight"}}
|
||||
<option value="Kilograms">Kilograms</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue