Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created June 25, 2010 19:22
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 mcculloughsean/453318 to your computer and use it in GitHub Desktop.
Save mcculloughsean/453318 to your computer and use it in GitHub Desktop.
<%= error_messages_for :email_update_list %>
<% remote_form_for @email_update_list do |f| -%>
<%= f.label :email, "Email" %>
<%= f.text_field :email %>
<%= f.submit "Submit", :disable_with => 'Submiting...' %>
<% end -%>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment