Inline example
# row-fluid class has to be use with F75.
# span6 is going to float it to the left
# span6 also means 6 columns on the grid
# remove span6 if you dont need them floating to the left of each other
# bootstrap 3 you would use a row and col-lg-6.
.row-fluid
.span6
= f.input report_date_from, inline_label: true
.span6
= f.input report_date_to, inline_label: true