forked from External/greenlight
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
<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>
|