haml tag

3 questions


2 answers
125 views
0
I want to adjust the width of the text field in Bootstrap 3.

.col-sm-12#customer %h2 Customer Information %dl.dl-horizontal %dt Phone Number %dd %div(style=padding:0px;class=col-sm-4) .input-group = text_field_tag 'customer [phone1]', '', class: form-control ...


2 answers
121 views
0
I want to adjust the width of the text field in Bootstrap 3.

.col-sm-12#customer %h2 Customer Information %dl.dl-horizontal %dt Phone Number %dd %div(style=padding:0px;class=col-sm-4) .input-group = text_field_tag 'customer [phone1]', '', class: form-control ...


1 answers
109 views
0
Scss not reflected in haml as intended

The _tweets.scss you want to reflect in views/tweets/index.html.haml is listed as assembets/modules/_tweets.scss.application.scss can be found in @import reset;@import font-awesome-sprockets;@import f...

2 years ago

© 2024 OneMinuteCode. All rights reserved.