Browse Source

Add bootstrap css to login page

eperez-timeinput
Jason Denney 11 years ago
parent
commit
c504252541
  1. 2
      app/views/devise/sessions/new.html.erb

2
app/views/devise/sessions/new.html.erb

@ -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| %>

Loading…
Cancel
Save