forked from External/greenlight
Merge pull request #146 from zach-chai/tutorial_video
only show tutorial video on root
This commit is contained in:
commit
8d4aaeff03
|
@ -45,5 +45,9 @@
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% 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>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -76,7 +76,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div class='footer text-center'>
|
<div class='footer text-center'>
|
||||||
<%= t('footer_html', bbb_link: link_to('BigBlueButton', 'http://bigbluebutton.org/', target: "_blank")) %>.<br><br>
|
<%= 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>
|
</div>
|
||||||
<!-- End of Footer -->
|
<!-- End of Footer -->
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue