Skip to content

Instantly share code, notes, and snippets.

@byennen
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byennen/10381652 to your computer and use it in GitHub Desktop.
Save byennen/10381652 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment