Skip to content

Commit

Permalink
Merge pull request #31 from ccnmtl/safety-plan-video
Browse files Browse the repository at this point in the history
Add video to safety plan - PMT #110581
  • Loading branch information
sdreher committed Apr 17, 2017
2 parents d81ff9a + d0aa31f commit 6c9faa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions scripts/templates/safety.html
Expand Up @@ -25,10 +25,9 @@ <h1>My Safety Plan</h1>
<h1>Question 1 of 9</h1>
<h3>Escape Route</h3>
<div class="embed-responsive embed-responsive-16by9">
<!-- <video class="embed-responsive-item" controls="">
<source src="video/VIDFILE.mp4" type="video/mp4"></source>
<source src="video/VIDFILE.webm" type="video/webm"></source>
</video> -->
<video class="embed-responsive-item" controls="">
<source src="video/safety-1.mp4" type="video/mp4"></source>
</video>
</div>
<button type="button" class="btn btn-primary btn-block s2">
OK. Let's plan.
Expand Down
8 changes: 4 additions & 4 deletions worthapp/index.html
Expand Up @@ -1920,10 +1920,10 @@ <h3>
Escape Route
</h3>
<div class="embed-responsive embed-responsive-16by9">
<!-- <video class="embed-responsive-item" controls="">
<source src="video/VIDFILE.mp4" type="video/mp4"></source>
<source src="video/VIDFILE.webm" type="video/webm"></source>
</video> -->
<video class="embed-responsive-item" controls="">
<source src="video/safety-1.mp4" type="video/mp4">
</source>
</video>
</div>
<button class="btn btn-primary btn-block s2" type="button">
OK. Let's plan.
Expand Down
Binary file added worthapp/video/safety-1.mp4
Binary file not shown.

0 comments on commit 6c9faa2

Please sign in to comment.