Improve style on flash notification and make flyer conditional on logged in user with at least 6 points
Lower case model json file
This commit is contained in:
committed by
benmcmahon100
parent
f0c8e06574
commit
66fda23dac
@ -6,7 +6,7 @@ html(lang='en')
|
|||||||
body.top-and-bottom-margins
|
body.top-and-bottom-margins
|
||||||
include partials/scripts
|
include partials/scripts
|
||||||
include partials/navbar
|
include partials/navbar
|
||||||
|
include partials/flash
|
||||||
.container
|
.container
|
||||||
include partials/flash
|
|
||||||
block content
|
block content
|
||||||
include partials/footer
|
include partials/footer
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
.container
|
if (user && user.points > 5)
|
||||||
.row.flashMessage.negative-30
|
.container
|
||||||
.col-xs-12
|
.row.flashMessage.negative-30
|
||||||
#billBoard.alert.alert-info.fade.in(style="display: none;")
|
.col-xs-12
|
||||||
button.close(type='button', data-dismiss='alert')
|
#billBoard.alert.alert-info.fade.in(style="display: none;")
|
||||||
span.ion-close-circled#dismissBill
|
button.close(type='button', data-dismiss='alert')
|
||||||
#billContent
|
span.ion-close-circled#dismissBill
|
||||||
|
#billContent
|
||||||
|
Reference in New Issue
Block a user