mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
20 lines
854 B
Text
20 lines
854 B
Text
// ------ Challenges -------
|
|
.panel.panel-default
|
|
.panel-heading
|
|
h3.panel-title=env.t('challenges')
|
|
a.pull-right(target='_blank', href='https://trello.com/card/challenges-individual-party-guild-public/50e5d3684fe3a7266b0036d6/58')
|
|
span.glyphicon.glyphicon-question-sign
|
|
.panel-body(bindonce='group.challenges')
|
|
div(ng-if='group.challenges.length > 0')
|
|
table.table.table-striped
|
|
tr(ng-repeat='challenge in group.challenges')
|
|
td
|
|
a(ui-sref='options.social.challenges.detail({cid:challenge._id})') {{challenge.name}}
|
|
div(ng-if='group.challenges.length == 0')
|
|
p=env.t('noChallenges')
|
|
a.label.label-primary(ui-sref='options.social.challenges')
|
|
|
|
span.glyphicon.glyphicon-bullhorn
|
|
|
|
=env.t('challenges')
|
|
=env.t('toCreate')
|