Merge pull request #144 from ffdixon/modify-footer

Added link to overview video for GreenLight to footer
This commit is contained in:
Zachary Chai 2017-03-10 10:48:05 -05:00 committed by GitHub
commit 1f1da89856
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ 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")) %>
<%= 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>