forked from External/greenlight
shared components for redesigned layout
This commit is contained in:
9
app/views/shared/_join_form.html.erb
Normal file
9
app/views/shared/_join_form.html.erb
Normal file
@ -0,0 +1,9 @@
|
||||
<div class="input-group input-spacing">
|
||||
<% @current_user = user %>
|
||||
<%= text_field :current_user, :name, class: 'form-control meeting-user-name', placeholder: 'Enter your name' %>
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-primary meeting-join">
|
||||
Join
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
Reference in New Issue
Block a user