Created
September 8, 2011 14:37
-
-
Save jgaskins/1203543 to your computer and use it in GitHub Desktop.
Newsletter subscription form
This file contains 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
=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