Updated add and remove tests for challenges (#7155)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
94220c5483
commit
e747bba669
@@ -8,7 +8,7 @@ div(ng-if='task._editing')
|
||||
p
|
||||
a(ng-click='unlink(task, "keep")')=env.t('keepIt')
|
||||
|
|
||||
a(ng-click="removeTask(task, obj[list.type+'s'])")=env.t('removeIt')
|
||||
a(ng-click="removeTask(task, obj")=env.t('removeIt')
|
||||
div(ng-if='task.challenge.broken=="CHALLENGE_DELETED"')
|
||||
p
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user