forked from External/greenlight
notify user when joining without name provided
This commit is contained in:
@ -44,7 +44,9 @@
|
||||
|
||||
<!-- if not signed in show field to enter name -->
|
||||
<% else %>
|
||||
<%= text_field_tag 'user[name]', '', class: 'form-control meeting-user-name', placeholder: t('enter_name'), maxlength: user_name_limit %>
|
||||
<div class="input-wrapper">
|
||||
<%= text_field_tag 'user[name]', '', class: 'form-control meeting-user-name', placeholder: t('enter_name'), maxlength: user_name_limit %>
|
||||
</div>
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-primary center-block meeting-join">
|
||||
<%= t('join') %>
|
||||
|
Reference in New Issue
Block a user