Skip to content

Instantly share code, notes, and snippets.

@jgaskins
Created September 8, 2011 14:37
Show Gist options
  • Save jgaskins/1203543 to your computer and use it in GitHub Desktop.
Save jgaskins/1203543 to your computer and use it in GitHub Desktop.
Newsletter subscription form
=form_for :newsletter_subscription, method: 'post', class: 'subscribe clearfix' do |f|
=f.email_field :email, '', placeholder: 'Your e-mail address', class: 'subscribe-field'
=image_submit_tag 'mail-ico.png', class: 'subscribe-button', alt: 'Subscribe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment