Skip to content

Instantly share code, notes, and snippets.

@oseifrimpong
Created August 19, 2014 21:58
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 oseifrimpong/8509def8489829520891 to your computer and use it in GitHub Desktop.
Save oseifrimpong/8509def8489829520891 to your computer and use it in GitHub Desktop.
view
<%= form_for(@coming, url: landing_soon_path) do |f| %>
<%= f.text_field :email, class: "form-control", placeholder: "Enter Email" %>
<br>
<%= f.submit "Alert Me", class: "btn btn-primary btn-lg btn-block" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment