Skip to content

Instantly share code, notes, and snippets.

@stevenbristol
Created February 11, 2010 23:17
Show Gist options
  • Save stevenbristol/302100 to your computer and use it in GitHub Desktop.
Save stevenbristol/302100 to your computer and use it in GitHub Desktop.
/First link works, second does not.
%ul
%li{:class=>'arrow'}= link_to "Search/Add Customer", new_customer_path
- form_for :reservation do |form|
%ul
%li{:class=>'arrow'}= link_to "Search/Add Customer", new_customer_path
%li= form.datetime_select :time
%li
Party of:
= form.text_field :party_of
%li
Notes:
= form.text_area :notes
%li= submit_tag "Save", :class=>'submit whiteButton'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment