Skip to content
Snippets Groups Projects
Commit 1954ba4c authored by John Ma's avatar John Ma Committed by Jesus Federico
Browse files

<Fixed UI for join button> (#308)

parent e22d163a
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
placeholder: t("enter_your_name"), placeholder: t("enter_your_name"),
value: "#{current_user ? current_user.name : ''}", value: "#{current_user ? current_user.name : ''}",
readonly: !current_user.nil? %> readonly: !current_user.nil? %>
<span class="input-group-append"> <%= f.submit t("room.join"), class: "btn btn-primary btn-sm col-sm-3 form-control join-form" %>
<%= f.submit t("room.join"), class: "btn btn-primary px-7 join-form" %>
</span>
</div> </div>
<% end %> <% end %>
<% end %> <% end %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment