This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
binaryattraction/app/views/photos/by_email.html.haml

9 lines
224 B
Plaintext

= 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'