challenge title on challenge winner's profile supports markdown w/o emojis

This commit is contained in:
Kaitlin Hipkin 2016-03-07 16:12:19 -05:00 committed by Blade Barringer
parent be0bcad24b
commit ae92a98037

View file

@ -163,7 +163,7 @@ div(ng-if='::profile.achievements.challenges.length || user._id == profile._id')
h5=env.t('challengeWinner')
table.table.table-striped
tr(ng-repeat='chal in profile.achievements.challenges track by $index')
td {{::chal}}
td: markdown(text='::chal')
hr
div(ng-if='::profile.achievements.quests || user._id == profile._id')