master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 25254ce47c - Show all commits

View File

@ -22,8 +22,8 @@
value: "" , value: "" ,
autofocus: true, autofocus: true,
maxlength: 26 %> maxlength: 26 %>
<span class="input-group-append"> <span class="input-group-append">
<%= f.button t("room.login"), type: :submit, class: "btn btn-primary btn-sm px-7 form-control join-form" %> <%= f.button t("room.login"), type: :submit, class: "btn btn-primary btn-sm px-7 form-control join-form" %>
</span> </span>
</div> </div>
<% end %> <% end %>