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
|
||||||
.container
|
|
||||||
include partials/flash
|
include partials/flash
|
||||||
|
.container
|
||||||
block content
|
block content
|
||||||
include partials/footer
|
include partials/footer
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
if (user && user.points > 5)
|
||||||
.container
|
.container
|
||||||
.row.flashMessage.negative-30
|
.row.flashMessage.negative-30
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
|
Reference in New Issue
Block a user