mirror the zipline view and the showVideo view

This commit is contained in:
Quincy Larson
2015-04-19 18:07:19 -07:00
parent d9ddda6cb9
commit 993819cf3b

View File

@ -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}')