From 993819cf3b3669d63fa027bc11e3806fb6ecfee8 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 19 Apr 2015 18:07:19 -0700 Subject: [PATCH] mirror the zipline view and the showVideo view --- views/coursewares/showZiplineOrBasejump.jade | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/views/coursewares/showZiplineOrBasejump.jade b/views/coursewares/showZiplineOrBasejump.jade index ffe853d4ba..e7936304fc 100644 --- a/views/coursewares/showZiplineOrBasejump.jade +++ b/views/coursewares/showZiplineOrBasejump.jade @@ -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}')