Hide quest button if quest is pending or active
This commit is contained in:
@@ -57,7 +57,10 @@ a.pull-right.gem-wallet(ng-if='group.type!="party"', popover-trigger='mouseenter
|
||||
| {{group.leader.profile.name}}
|
||||
|
||||
.text-center(ng-if='group.type === "party"')
|
||||
button.btn.btn-success.margin-auto.width-50(ng-click='clickStartQuest();')=env.t('startAQuest')
|
||||
button.btn.btn-success.margin-auto.width-50(
|
||||
ng-if='!party.quest.key',
|
||||
ng-click='clickStartQuest();'
|
||||
)=env.t('startAQuest')
|
||||
|
||||
// ------ Members -------
|
||||
.panel.panel-default
|
||||
|
||||
Reference in New Issue
Block a user