Last active
August 29, 2015 13:58
-
-
Save byennen/10381652 to your computer and use it in GitHub Desktop.
Inline example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment