forked from External/greenlight
<Fixed UI for join button> (#308)
This commit is contained in:
parent
e22d163a3f
commit
1954ba4cff
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue