Android building updates

This commit is contained in:
2014-07-08 13:57:35 +02:00
parent def1d271a5
commit 6abdfac20c
18 changed files with 23 additions and 747 deletions
+9 -8
View File
@@ -43,14 +43,15 @@ html lang="en"
.container
.content-top
.main-inner
- 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]
.general-alerts
- if flash[:alert].present?
.alert-box.warning
div= flash[:alert]
a.close data-dismiss="alert" ×
- if flash[:notice].present?
.alert-box
div= flash[:notice]
a.close data-dismiss="alert" ×
= yield :page_title
= yield
#footer-wrap