1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

Adding Made in Bmore to Login

This commit is contained in:
Jason Denney 2013-06-29 17:18:51 -04:00
parent 7736ac5c34
commit 52e67a1182

View File

@ -1,7 +1,9 @@
<%= stylesheet_link_tag "bootstrap_and_overrides", :media => "all" %>
<h2>Velocipede</h2>
<a href="http://madewithloveinbaltimore.org">Made with &hearts; in Baltimore</a>
<br>
<br>
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>
<div><%= f.label :username%><br />
<%= f.text_field :username%></div>