Updated Forget Password, other minor changes

This commit is contained in:
Jason Denney
2014-01-18 12:11:43 -05:00
parent a35bd2f22b
commit 2b863b8d8a
3 changed files with 14 additions and 14 deletions
+2 -3
View File
@@ -3,7 +3,6 @@
%head
%meta{:charset => "utf-8"}/
%title= content_for?(:title) ? yield(:title) : "Velocipede"
= load_netzke
= csrf_meta_tags
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
@@ -24,11 +23,11 @@
- if flash[:alert]
%p{:class => 'alert'}= flash[:alert]
.row
.span13
.span12
= yield
%footer
%p © Velocipede 2013
%p © BikeShed 2014
= javascript_include_tag "application"
= javascript_include_tag params[:controller]