add devise and fix bootstrap generators

This commit is contained in:
2012-08-25 13:21:17 +02:00
parent 1259d5d937
commit b7c57d41ce
25 changed files with 481 additions and 7 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ html lang="en"
/[if lt IE 9]
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
= stylesheet_link_tag "application", :media => "all"
= stylesheet_link_tag "phone/application", :media => "all"
= stylesheet_link_tag "tablet/application", :media => "all"
link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144"
link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"
link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"
@@ -47,7 +47,7 @@ html lang="en"
div= flash[:notice]
.row
.span12
= yield
= content_for?(:content) ? yield(:content) : yield
/!
Javascripts
\==================================================