mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Content and fixes 2017-10-05 (#9165)
* fix(market): display classless equipment * fix(challenges): more missing Markdown * feat(content): backgrounds and Enchanted Armoire 2017-10 * chore(sprites): compile
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
button.btn.btn-secondary(v-once, @click='cloneChallenge()') {{$t('clone')}}
|
||||
.description-section
|
||||
h2 {{$t('challengeSummary')}}
|
||||
p {{challenge.summary}}
|
||||
p(v-markdown='challenge.summary')
|
||||
h2 {{$t('challengeDescription')}}
|
||||
p(v-markdown='challenge.description')
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user