Skip to content

Commit

Permalink
Merge pull request #10 from MTUHIDE/frontendfeatures
Browse files Browse the repository at this point in the history
changed comments to html comments, broke main :(
  • Loading branch information
SidRegmiS authored Oct 8, 2023
2 parents ac440d2 + 283a38d commit e44033e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/busforms/DriverForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
/>
</div>

// Right aligned form body
<!--Right aligned form body-->
<div class="edit-right">
// creates a label for the form for last names
<!--creates a label for the form for last names-->
<label for="editLastName" class="form-label">Last Name: </label>

// sets how the inputs look/what they say to put in and where to store them
<!--sets how the inputs look/what they say to put in and where to store them-->
<input
name="lastName"
type="text"
Expand All @@ -54,12 +54,12 @@
/>
</div>

// Another left aligned form body
<!--Another left aligned form body-->
<div class="edit-left">
// creates a label for the form for Phone numbers
<!--creates a label for the form for Phone numbers-->
<label for="editPhone" class="form-label">Phone Number: </label>

// sets how the inputs look/what they say to put in and where to store them
<!--sets how the inputs look/what they say to put in and where to store them-->
<input
name="phone"
type="text"
Expand All @@ -70,12 +70,12 @@
/>
</div>

// Another right aligned form body
<!--Another right aligned form body-->
<div class="edit-right">
// creates a label for the form for Insurance ID
<!--creates a label for the form for Insurance ID-->
<label for="editInsurance" class="form-label">Insurance ID: </label>

// sets how the inputs look/what they say to put in and where to store them
<!--sets how the inputs look/what they say to put in and where to store them-->
<input
name="insurance"
type="text"
Expand Down

0 comments on commit e44033e

Please sign in to comment.