mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Add link to wikia Tags article when creating a new challenge
The ? icon now links to the wiki Tags article
This commit is contained in:
parent
827be92fa1
commit
6b2a60330f
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ script(type='text/ng-template', id='partials/options.social.challenges.html')
|
|||
|
||||
.option-medium
|
||||
input.option-content(type='text', minlength="3", maxlength="16", ng-model='newChallenge.shortName', placeholder='Tag Name', required)
|
||||
i.icon-question-sign(popover="Challenges appear on tag-lists & task-tooltips. So while you'll want a descriptive title above, you'll also need a 'short name'. Eg, 'Lose 10 pounds in 3 months' might become '-10lb'", popover-trigger='mouseenter', popover-placement='right')
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Tags')
|
||||
i.icon-question-sign(popover="Challenges appear on tag-lists & task-tooltips. So while you'll want a descriptive title above, you'll also need a 'short name'. Eg, 'Lose 10 pounds in 3 months' might become '-10lb' (Click the '?' for more info).", popover-trigger='mouseenter', popover-placement='right')
|
||||
|
||||
textarea.option-content(cols='3', placeholder='Description', ng-model='newChallenge.description')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue