Green checkmarks added to Video and Zipline challenges view for completed challenges
This commit is contained in:
@ -3,6 +3,9 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-12.col-md-4
|
.col-xs-12.col-sm-12.col-md-4
|
||||||
h4.text-center.challenge-instructions-title= name
|
h4.text-center.challenge-instructions-title= name
|
||||||
|
if (isCompleted)
|
||||||
|
|
|
||||||
|
i.ion-checkmark-circled.text-primary(title="Completed")
|
||||||
hr
|
hr
|
||||||
ol
|
ol
|
||||||
for step, index in description
|
for step, index in description
|
||||||
|
@ -3,6 +3,9 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-md-4
|
.col-md-4
|
||||||
h4.text-center.challenge-instructions-title= name
|
h4.text-center.challenge-instructions-title= name
|
||||||
|
if (isCompleted)
|
||||||
|
|
|
||||||
|
i.ion-checkmark-circled.text-primary(title="Completed")
|
||||||
hr
|
hr
|
||||||
ol
|
ol
|
||||||
for step, index in description
|
for step, index in description
|
||||||
|
Reference in New Issue
Block a user