Skip to content

Commit

Permalink
<Fixed UI for join button> (bigbluebutton#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiama843 authored and jfederico committed Nov 15, 2018
1 parent e22d163 commit 1954ba4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/rooms/join.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>

0 comments on commit 1954ba4

Please sign in to comment.