Skip to content

Instantly share code, notes, and snippets.

@sarcilav
Created June 9, 2010 03:36
Show Gist options
  • Select an option

  • Save sarcilav/431001 to your computer and use it in GitHub Desktop.

Select an option

Save sarcilav/431001 to your computer and use it in GitHub Desktop.
<% facebook_form_for @music do |f| %>
<%= f.text_area :description %>
<%= f.text_field :distance %>
<%= f.text(text_field(:music, :time_hours, :size => 2, :style => "width: 20px")+ " :" + text_field(:music, :time_minutes, :size => 2, :style => "width: 20px"), :label => "Time (hh:mm)" )%>
<%= f.date_select :ran_on %>
<%= f.buttons "Add Run" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment