Green checkmarks added to Video and Zipline challenges view for completed challenges

This commit is contained in:
JelenaBarinova
2016-02-09 16:20:30 -08:00
parent 4afea48ffd
commit 28df95b25c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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