Skip to content

Instantly share code, notes, and snippets.

@alexclarkofficial
Created October 11, 2013 01:04
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 alexclarkofficial/6928117 to your computer and use it in GitHub Desktop.
Save alexclarkofficial/6928117 to your computer and use it in GitHub Desktop.
View
<div class="center hero-unit">
<h1>The Weekend</h1>
<p>shit.</p>
<div class="row">
<div class="span6 offset3">
<%= form_for(:session, url: sessions_path) do |f| %>
<%= f.text_field :name, :placeholder => "Username or email",
title: 'username' %>
<%= f.password_field :password, :placeholder => "Password" %>
<%= f.submit "Sign in", class: "btn btn-medium btn-primary" %>
<% end %>
<%= link_to "Sign up!", signup_path, class: "btn btn-large btn-primary" %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment