Merge pull request #6858 from LenaBarinova/fix/green_checkmarks_missing_in_project_view

Green checkmarks added to Video and Zipline challenges view
pull/6849/merge
Quincy Larson 2016-02-09 20:29:55 -08:00
commit 969c3f1fd4
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