<Fixed UI for join button> (#308)

This commit is contained in:
John Ma 2018-11-15 14:52:57 -05:00 committed by Jesus Federico
parent e22d163a3f
commit 1954ba4cff
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@
placeholder: t("enter_your_name"),
value: "#{current_user ? current_user.name : ''}",
readonly: !current_user.nil? %>
<span class="input-group-append">
<%= f.submit t("room.join"), class: "btn btn-primary px-7 join-form" %>
</span>
<%= f.submit t("room.join"), class: "btn btn-primary btn-sm col-sm-3 form-control join-form" %>
</div>
<% end %>
<% end %>