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:
Quincy Larson
2016-04-12 23:41:24 -07:00
committed by benmcmahon100
parent f0c8e06574
commit 66fda23dac
3 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
.container if (user && user.points > 5)
.container
.row.flashMessage.negative-30 .row.flashMessage.negative-30
.col-xs-12 .col-xs-12
#billBoard.alert.alert-info.fade.in(style="display: none;") #billBoard.alert.alert-info.fade.in(style="display: none;")