Merge pull request #146 from zach-chai/tutorial_video

only show tutorial video on root
This commit is contained in:
Zachary Chai 2017-03-14 15:33:42 -04:00 committed by GitHub
commit 8d4aaeff03
2 changed files with 4 additions and 1 deletions

View File

@ -45,5 +45,9 @@
</div>
<% end %>
<div class="text-center" style="padding-top:20px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/yGX3JCv7OVM" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>

View File

@ -76,7 +76,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<!-- Footer -->
<div class='footer text-center'>
<%= t('footer_html', bbb_link: link_to('BigBlueButton', 'http://bigbluebutton.org/', target: "_blank")) %>.<br><br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/yGX3JCv7OVM" frameborder="0" allowfullscreen></iframe>
</div>
<!-- End of Footer -->
</body>