@@ -106,12 +106,12 @@ block view
106
106
.form-group.row
107
107
label.col-md-3.col-form-label ( for ='email-input' ) Email Input
108
108
.col-md-9
109
- input#email-input .form-control ( type ='email' , name ='email-input' , placeholder ='Enter Email' autocomplete ='email' )
109
+ input#email-input .form-control ( type ='email' , name ='email-input' , placeholder ='Enter Email' , autocomplete ='email' )
110
110
span.help-block Please enter your email
111
111
.form-group.row
112
112
label.col-md-3.col-form-label ( for ='password-input' ) Password
113
113
.col-md-9
114
- input#password-input .form-control ( type ='password' , name ='password-input' , placeholder ='Password' autocomplete ='new-password' )
114
+ input#password-input .form-control ( type ='password' , name ='password-input' , placeholder ='Password' , autocomplete ='new-password' )
115
115
span.help-block Please enter a complex password
116
116
.form-group.row
117
117
label.col-md-3.col-form-label ( for ='date-input' ) Date Input
@@ -249,10 +249,10 @@ block view
249
249
form.form-inline ( action ='' , method ='post' )
250
250
.form-group
251
251
label.mr-1 ( for ='exampleInputName2' ) Name
252
- input#exampleInputName2 .form-control ( type ='text' , placeholder ='Jane Doe' autocomplete ='name' )
252
+ input#exampleInputName2 .form-control ( type ='text' , placeholder ='Jane Doe' , autocomplete ='name' )
253
253
.form-group
254
254
label.mx-1 ( for ='exampleInputEmail2' ) Email
255
- input
#exampleInputEmail2 .form-control ( type =
'email' ,
placeholder =
'[email protected] ' autocomplete =
'email' )
255
+ input
#exampleInputEmail2 .form-control ( type =
'email' ,
placeholder =
'[email protected] ' , autocomplete =
'email' )
256
256
.card-footer
257
257
button.btn.btn-sm.btn-primary ( type ='submit' )
258
258
i.fa.fa-dot-circle-o
@@ -270,12 +270,12 @@ block view
270
270
.form-group.row
271
271
label.col-md-3.col-form-label ( for ='hf-email' ) Email
272
272
.col-md-9
273
- input#hf-email .form-control ( type ='email' , name ='hf-email' , placeholder ='Enter Email..' autocomplete ='email' )
273
+ input#hf-email .form-control ( type ='email' , name ='hf-email' , placeholder ='Enter Email..' , autocomplete ='email' )
274
274
span.help-block Please enter your email
275
275
.form-group.row
276
276
label.col-md-3.col-form-label ( for ='hf-password' ) Password
277
277
.col-md-9
278
- input#hf-password .form-control ( type ='password' , name ='hf-password' , placeholder ='Enter Password..' autocomplete ='current-password' )
278
+ input#hf-password .form-control ( type ='password' , name ='hf-password' , placeholder ='Enter Password..' , autocomplete ='current-password' )
279
279
span.help-block Please enter your password
280
280
.card-footer
281
281
button.btn.btn-sm.btn-primary ( type ='submit' )
@@ -292,11 +292,11 @@ block view
292
292
form( action ='' , method ='post' )
293
293
.form-group
294
294
label( for ='nf-email' ) Email
295
- input#nf-email .form-control ( type ='email' , name ='nf-email' , placeholder ='Enter Email..' autocomplete ='email' )
295
+ input#nf-email .form-control ( type ='email' , name ='nf-email' , placeholder ='Enter Email..' , autocomplete ='email' )
296
296
span.help-block Please enter your email
297
297
.form-group
298
298
label( for ='nf-password' ) Password
299
- input#nf-password .form-control ( type ='password' , name ='nf-password' , placeholder ='Enter Password..' autocomplete ='current-password' )
299
+ input#nf-password .form-control ( type ='password' , name ='nf-password' , placeholder ='Enter Password..' , autocomplete ='current-password' )
300
300
span.help-block Please enter your password
301
301
.card-footer
302
302
button.btn.btn-sm.btn-primary ( type ='submit' )
@@ -421,11 +421,11 @@ block view
421
421
.input-group-prepend
422
422
span.input-group-text
423
423
i.fa.fa-user
424
- input#input1-group1 .form-control ( type ='text' , name ='input1-group1' , placeholder ='Username' autocomplete ='username' )
424
+ input#input1-group1 .form-control ( type ='text' , name ='input1-group1' , placeholder ='Username' , autocomplete ='username' )
425
425
.form-group.row
426
426
.col-md-12
427
427
.input-group
428
- input#input2-group1 .form-control ( type ='email' , name ='input2-group1' , placeholder ='Email' autocomplete ='email' )
428
+ input#input2-group1 .form-control ( type ='email' , name ='input2-group1' , placeholder ='Email' , autocomplete ='email' )
429
429
.input-group-append
430
430
span.input-group-text
431
431
i.fa.fa-envelope-o
@@ -459,11 +459,11 @@ block view
459
459
button.btn.btn-primary ( type ='button' )
460
460
i.fa.fa-search
461
461
| Search
462
- input#input1-group2 .form-control ( type ='text' , name ='input1-group2' , placeholder ='Username' autocomplete ='username' )
462
+ input#input1-group2 .form-control ( type ='text' , name ='input1-group2' , placeholder ='Username' , autocomplete ='username' )
463
463
.form-group.row
464
464
.col-md-12
465
465
.input-group
466
- input#input2-group2 .form-control ( type ='email' , name ='input2-group2' , placeholder ='Email' autocomplete ='email' )
466
+ input#input2-group2 .form-control ( type ='email' , name ='input2-group2' , placeholder ='Email' , autocomplete ='email' )
467
467
span.input-group-append
468
468
button.btn.btn-primary ( type ='button' ) Submit
469
469
.form-group.row
@@ -503,11 +503,11 @@ block view
503
503
a.dropdown-item ( href ='#' ) Something else here
504
504
.dropdown-divider ( role ='separator' )
505
505
a.dropdown-item ( href ='#' ) Separated link
506
- input#input1-group3 .form-control ( type ='text' , name ='input1-group3' , placeholder ='Username' autocomplete ='username' )
506
+ input#input1-group3 .form-control ( type ='text' , name ='input1-group3' , placeholder ='Username' , autocomplete ='username' )
507
507
.form-group.row
508
508
.col-md-12
509
509
.input-group
510
- input#input2-group3 .form-control ( type ='email' , name ='input2-group3' , placeholder ='Email' autocomplete ='email' )
510
+ input#input2-group3 .form-control ( type ='email' , name ='input2-group3' , placeholder ='Email' , autocomplete ='email' )
511
511
.input-group-append
512
512
button.btn.btn-primary.dropdown-toggle ( type ='button' , data-toggle ='dropdown' )
513
513
| Action
@@ -640,23 +640,23 @@ block view
640
640
.input-group
641
641
.input-group-prepend
642
642
span.input-group-text Username
643
- input#username3 .form-control ( type ='text' , name ='username3' autocomplete ='username' )
643
+ input#username3 .form-control ( type ='text' , name ='username3' , autocomplete ='username' )
644
644
.input-group-append
645
645
span.input-group-text
646
646
i.fa.fa-user
647
647
.form-group
648
648
.input-group
649
649
.input-group-prepend
650
650
span.input-group-text Email
651
- input#email3 .form-control ( type ='email' , name ='email3' autocomplete ='email' )
651
+ input#email3 .form-control ( type ='email' , name ='email3' , autocomplete ='email' )
652
652
.input-group-append
653
653
span.input-group-text
654
654
i.fa.fa-envelope
655
655
.form-group
656
656
.input-group
657
657
.input-group-prepend
658
658
span.input-group-text Password
659
- input#password3 .form-control ( type ='password' , name ='password3' autocomplete ='new-password' )
659
+ input#password3 .form-control ( type ='password' , name ='password3' , autocomplete ='new-password' )
660
660
.input-group-append
661
661
span.input-group-text
662
662
i.fa.fa-asterisk
@@ -670,19 +670,19 @@ block view
670
670
form( action ='' , method ='post' )
671
671
.form-group
672
672
.input-group
673
- input#username2 .form-control ( type ='text' , name ='username2' , placeholder ='Username' autocomplete ='username' )
673
+ input#username2 .form-control ( type ='text' , name ='username2' , placeholder ='Username' , autocomplete ='username' )
674
674
.input-group-append
675
675
span.input-group-text
676
676
i.fa.fa-user
677
677
.form-group
678
678
.input-group
679
- input#email2 .form-control ( type ='email' , name ='email2' , placeholder ='Email' autocomplete ='email' )
679
+ input#email2 .form-control ( type ='email' , name ='email2' , placeholder ='Email' , autocomplete ='email' )
680
680
.input-group-append
681
681
span.input-group-text
682
682
i.fa.fa-envelope
683
683
.form-group
684
684
.input-group
685
- input#password2 .form-control ( type ='password' , name ='password2' , placeholder ='Password' autocomplete ='new-password' )
685
+ input#password2 .form-control ( type ='password' , name ='password2' , placeholder ='Password' , autocomplete ='new-password' )
686
686
.input-group-append
687
687
span.input-group-text
688
688
i.fa.fa-asterisk
@@ -699,19 +699,19 @@ block view
699
699
.input-group-prepend
700
700
span.input-group-text
701
701
i.fa.fa-user
702
- input#username .form-control ( type ='text' , name ='username' , placeholder ='Username' autocomplete ='username' )
702
+ input#username .form-control ( type ='text' , name ='username' , placeholder ='Username' , autocomplete ='username' )
703
703
.form-group
704
704
.input-group
705
705
.input-group-prepend
706
706
span.input-group-text
707
707
i.fa.fa-envelope
708
- input#email .form-control ( type ='email' , name ='email' , placeholder ='Email' autocomplete ='email' )
708
+ input#email .form-control ( type ='email' , name ='email' , placeholder ='Email' , autocomplete ='email' )
709
709
.form-group
710
710
.input-group
711
711
.input-group-prepend
712
712
span.input-group-text
713
713
i.fa.fa-asterisk
714
- input#password .form-control ( type ='password' , name ='password' , placeholder ='Password' autocomplete ='new-password' )
714
+ input#password .form-control ( type ='password' , name ='password' , placeholder ='Password' , autocomplete ='new-password' )
715
715
.form-group.form-actions
716
716
button.btn.btn-sm.btn-success ( type ='submit' ) Submit
717
717
// /.row
0 commit comments