Skip to content

Instantly share code, notes, and snippets.

@amcaplan
Last active August 29, 2015 13:58
Show Gist options
  • Save amcaplan/fe6e47b5d774d4833da2 to your computer and use it in GitHub Desktop.
Save amcaplan/fe6e47b5d774d4833da2 to your computer and use it in GitHub Desktop.
The Compressed Version of 5 Tabbed Form Sections
<%= content_div("guests", "guests_form", "active", f) %>
<%= content_div("topic", "topics_form", f) %>
<%= content_div("food", "menu_form", f) %>
<%= content_div("message", "message_form", f) %>
<%= content_div("time", "time_form", f) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment