This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
= form :action => url(:action => :by_email) do
|
|
%fieldset
|
|
%legend What is your email address?
|
|
%p
|
|
%label{ :for => 'email' }
|
|
Email
|
|
= text_field :name => 'email', :id => 'email'
|
|
= submit 'Go'
|