mirror the zipline view and the showVideo view
This commit is contained in:
@ -6,12 +6,13 @@ block content
|
|||||||
.well
|
.well
|
||||||
h4
|
h4
|
||||||
ol
|
ol
|
||||||
for step in details
|
for step, index in details
|
||||||
.row
|
.row.checklist-element(id="#{dashedName + index}")
|
||||||
li
|
.col-xs-2.col-sm-1.col-md-2.padded-ionic-icon.text-center
|
||||||
.col-xs-2
|
|
||||||
input(type='checkbox' class='challenge-list-checkbox')
|
input(type='checkbox' class='challenge-list-checkbox')
|
||||||
.col-xs-10.step-text!= step
|
.col-xs-10.col-sm-11.col-md-10
|
||||||
|
li
|
||||||
|
.step-text!= step
|
||||||
.col-xs-12.col-sm-12.col-md-8
|
.col-xs-12.col-sm-12.col-md-8
|
||||||
.embed-responsive.embed-responsive-16by9
|
.embed-responsive.embed-responsive-16by9
|
||||||
iframe.embed-responsive-item(src='//player.vimeo.com/video/#{video}')
|
iframe.embed-responsive-item(src='//player.vimeo.com/video/#{video}')
|
||||||
|
Reference in New Issue
Block a user