Add bootstrap css to login page

This commit is contained in:
Jason Denney
2013-05-16 23:40:36 -04:00
parent 1e589322f4
commit c504252541
+2
View File
@@ -1,3 +1,5 @@
<%= stylesheet_link_tag "bootstrap_and_overrides", :media => "all" %>
<h2>Sign in</h2>
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>