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