moving comments below submit button in timer

practiced-songs
Matthew Huntington 2 years ago
parent 3c07315ea7
commit 986058ecb1

@ -162,9 +162,6 @@
<label>Seconds</label>
<input @change="updateSavedPreviousSeconds" v-model="totalSeconds" type="number"/>
<label>Comments</label>
<textarea v-model="comments"/>
<label>Practice Category</label>
<select v-model="practice_category_id">
<option v-for="category in categories" v-bind:value="category.id">
@ -177,6 +174,9 @@
<input type="Submit"/>
<label>Comments</label>
<textarea v-model="comments"/>
<label>Hours:</label>
<input type="number" @change="setSecondsManually" v-model="manualHours"/>
<label>Minutes:</label>

Loading…
Cancel
Save