Refactored meetings resource and breaked up view into components

This commit is contained in:
jfederico
2016-10-19 13:43:58 -04:00
parent 855746dc08
commit 061f9c794a
12 changed files with 108 additions and 95 deletions

View File

@@ -0,0 +1,14 @@
<!-- Body -->
<div class='body'>
<div class="container">
<%= render 'landing/join_form' %>
<%= render 'landing/sharing_text' %>
<%= render 'landing/footer_message' %>
<%= render 'landing/footer_oauth_append' %>
</div>
</div>