mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Update challenge-box.jade
This commit is contained in:
parent
c51c9ad03b
commit
11a558cd20
1 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
// ------ Challenges -------
|
||||
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;')
|
||||
.modal-header
|
||||
h3
|
||||
| Challenges
|
||||
h3=env.t('challenges')
|
||||
a.pull-right(target='_blank', href='https://trello.com/card/challenges-individual-party-guild-public/50e5d3684fe3a7266b0036d6/58')
|
||||
i.icon-question-sign
|
||||
.modal-body(bindonce='group.challenges')
|
||||
|
|
@ -13,4 +12,4 @@
|
|||
a(ui-sref='options.social.challenges.detail({cid:challenge._id})') {{challenge.name}}
|
||||
div(ng-if='group.challenges.length == 0')
|
||||
p.
|
||||
No challenges yet, visit <a class='label' ui-sref='options.social.challenges'><i class=icon-bullhorn></i> Challenges</a> to create one.
|
||||
=env.t('noChallenges') + '<a class='label' ui-sref='options.social.challenges'><i class=icon-bullhorn></i>' + =env.t('challenges') + '</a>' + =env.t('toCreate')
|
||||
|
|
|
|||
Loading…
Reference in a new issue