add links to personal room and root

This commit is contained in:
Zachary Chai
2016-10-18 16:09:41 -04:00
parent 83c9b1b324
commit b16212a2e9
3 changed files with 18 additions and 14 deletions

View File

@ -16,10 +16,10 @@
<!-- Header -->
<div class='navbar'>
<div class='container'>
<%= image_tag "bbb-logo.png", :alt => "BigBlueButton Demo", :class => "center-block" %>
<%= link_to image_tag("bbb-logo.png", :alt => "BigBlueButton Demo", :class => "center-block"), root_path %>
</div>
</div>
<%= yield %>
</body>
</html>