Skip to content

Commit

Permalink
Update views to use youtube instead of Vimeo
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed Apr 19, 2016
1 parent f1b5bff commit 9d9ff8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/views/challenges/showVideo.jade
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ block content
li.step-text.wrappable!= 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}')
iframe.embed-responsive-item(src='//www.youtube.com/embed/#{video}?rel=0&showinfo=0')
.spacer
if (user)
a.btn.btn-primary.btn-big.btn-block#completed-courseware-editorless I've completed this challenge (ctrl + enter)
Expand Down
2 changes: 1 addition & 1 deletion server/views/challenges/showZiplineOrBasejump.jade
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ block content
li.step-text.wrappable!= 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}')
iframe.embed-responsive-item(src='//www.youtube.com/embed/#{video}?rel=0&showinfo=0')
br
if (user)
a.btn.btn-primary.btn-big.btn-block#completed-zipline-or-basejump I've completed this challenge (ctrl + enter)
Expand Down

0 comments on commit 9d9ff8e

Please sign in to comment.