Created
February 11, 2010 23:17
-
-
Save stevenbristol/302100 to your computer and use it in GitHub Desktop.
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
/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