mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix(surveys): Fix malformed Angular
This commit is contained in:
parent
9cfa27f089
commit
53df85e01b
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ div(ng-if='::profile.achievements.habitSurveys || user._id == profile._id')
|
|||
div(ng-class='{muted: !profile.achievements.habitSurveys}')
|
||||
h5=env.t('helped')
|
||||
small(ng-if='profile.achievements.habitSurveys > 1')
|
||||
=env.t('surveysMultiple', {surveys: "{{profile.achievements.habitSurveys"})
|
||||
=env.t('surveysMultiple', {surveys: "{{profile.achievements.habitSurveys}}"})
|
||||
|
|
||||
+aLink('https://www.surveymonkey.com/s/62RXRF3', env.t('currentSurvey'))
|
||||
small(ng-if='!(profile.achievements.habitSurveys > 1)')
|
||||
|
|
|
|||
Loading…
Reference in a new issue