2013-11-03 01:01:29 +00:00
|
|
|
// ------ Challenges -------
|
2014-02-05 18:39:26 +00:00
|
|
|
.panel.panel-default
|
|
|
|
|
.panel-heading
|
|
|
|
|
h3.panel-title=env.t('challenges')
|
2013-11-03 01:01:29 +00:00
|
|
|
a.pull-right(target='_blank', href='https://trello.com/card/challenges-individual-party-guild-public/50e5d3684fe3a7266b0036d6/58')
|
2014-01-31 18:47:48 +00:00
|
|
|
span.glyphicon.glyphicon-question-sign
|
2014-02-05 18:39:26 +00:00
|
|
|
.panel-body(bindonce='group.challenges')
|
2013-11-23 06:44:02 +00:00
|
|
|
div(ng-if='group.challenges.length > 0')
|
2013-11-03 01:01:29 +00:00
|
|
|
table.table.table-striped
|
|
|
|
|
tr(ng-repeat='challenge in group.challenges')
|
|
|
|
|
td
|
|
|
|
|
a(ui-sref='options.social.challenges.detail({cid:challenge._id})') {{challenge.name}}
|
2013-11-23 06:44:02 +00:00
|
|
|
div(ng-if='group.challenges.length == 0')
|
2014-01-23 23:58:38 +00:00
|
|
|
p=env.t('noChallenges')
|
2014-02-08 18:20:10 +00:00
|
|
|
a.label.label-primary(ui-sref='options.social.challenges')
|
2014-02-08 15:58:41 +00:00
|
|
|
|
2014-01-31 18:47:48 +00:00
|
|
|
span.glyphicon.glyphicon-bullhorn
|
2014-02-08 18:20:10 +00:00
|
|
|
|
2014-01-23 23:58:38 +00:00
|
|
|
=env.t('challenges')
|
|
|
|
|
=env.t('toCreate')
|