forked from External/greenlight
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
<% content_for :title do %>
|
|
<div class="title">
|
|
<h2>Landing Title</h2>
|
|
</div>
|
|
<% end %>
|
|
|
|
<div class="page-wrapper meetings">
|
|
<div class="container-fluid">
|
|
|
|
<div class="center-panel-wrapper">
|
|
<%= render layout: 'shared/center_panel' do %>
|
|
<div class="center-block center-panel-content-size col-xs-12">
|
|
<%= form_for(:meeting, url: create_meeting_path) do |f| %>
|
|
<div class="input-field col s12">
|
|
<%= f.label :name, "Name" %>
|
|
<%= f.text_field :name %>
|
|
</div>
|
|
<br>
|
|
<%= f.submit "Start Meeting", class: "btn white-text light-green" %>
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|
|
</div>
|
|
|
|
<% unless configured_providers.empty? %>
|
|
<div class="center-block col-xs-6 login">
|
|
<%= render 'shared/signup' %>
|
|
</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>
|