Flow upgrades
This commit is contained in:
@@ -41,6 +41,14 @@ html lang="en"
|
||||
.content-top
|
||||
.main-inner
|
||||
#wsite-content.wsite-not-footer
|
||||
- if flash[:alert].present?
|
||||
.alert.alert-error
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:alert]
|
||||
- if flash[:notice].present?
|
||||
.alert.alert-success
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:notice]
|
||||
= yield :page_title
|
||||
= yield
|
||||
#footer-wrap
|
||||
@@ -50,15 +58,4 @@ html lang="en"
|
||||
= render 'footer'
|
||||
.bottom
|
||||
| © Qwaiter 2012
|
||||
|
||||
|
||||
.content
|
||||
- if flash[:alert].present?
|
||||
.alert.alert-error
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:alert]
|
||||
- if flash[:notice].present?
|
||||
.alert.alert-success
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:notice]
|
||||
= javascript_include_tag "theme1/application"
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
- content_for :footer do
|
||||
javascript:
|
||||
$(function(){
|
||||
Quser.watch_events();
|
||||
Quser.home_loader();
|
||||
Quser.watch_events();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user