notify user when joining without name provided

This commit is contained in:
Zachary Chai
2017-03-14 16:09:20 -04:00
parent 8d4aaeff03
commit 4d652463ec
7 changed files with 43 additions and 20 deletions

View File

@ -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') %>