Basic site flow improvements and devise handling
This commit is contained in:
@@ -10,6 +10,7 @@ html lang="en"
|
||||
/[if lt IE 9]
|
||||
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
|
||||
= stylesheet_link_tag "theme1/application", :media => "all"
|
||||
= javascript_include_tag 'theme1/application'
|
||||
link href="/favicon.ico" rel="shortcut icon"
|
||||
link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'
|
||||
|
||||
@@ -45,11 +46,11 @@ html lang="en"
|
||||
.main-inner
|
||||
.general-alerts
|
||||
- if flash[:alert].present?
|
||||
.alert-box.warning
|
||||
.flash-box.alert
|
||||
div= flash[:alert]
|
||||
a.close data-dismiss="alert" ×
|
||||
- if flash[:notice].present?
|
||||
.alert-box
|
||||
.flash-box.notice
|
||||
div= flash[:notice]
|
||||
a.close data-dismiss="alert" ×
|
||||
= yield :page_title
|
||||
@@ -58,5 +59,4 @@ html lang="en"
|
||||
.footer-shadow
|
||||
.container
|
||||
.footer-content= render 'footer'
|
||||
.footer-bottom © Qwaiter 2013
|
||||
= javascript_include_tag "application"
|
||||
.footer-bottom © Qwaiter 2014
|
||||
|
||||
Reference in New Issue
Block a user