Add parenthesis back in so boolean will render correctly

This commit is contained in:
Blade Barringer 2015-04-25 22:15:04 -05:00
parent 831af01db6
commit 5cde0495a8

View file

@ -20,7 +20,7 @@ div(ng-if='::profile.achievements.habitSurveys || user._id == profile._id')
h5=env.t('helped')
small(ng-if='::profile.achievements.habitSurveys > 1')
=env.t('surveysMultiple', {surveys: "{{::profile.achievements.habitSurveys}}"})
small(ng-if='::!profile.achievements.habitSurveys > 1')
small(ng-if='::!(profile.achievements.habitSurveys > 1)')
=env.t('surveysSingle')
hr