Android building updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user