test for the auction view

This commit is contained in:
olegphenomenon 2022-05-09 11:06:33 +03:00
parent 3852620180
commit e3cf0ff3d6
5 changed files with 176 additions and 3 deletions

View file

@ -74,7 +74,7 @@
<div style="display: flex; flex-direction: row; align-items: center;">
<%= text_field_tag :domain, params[:domain], class: 'form-control', placeholder: 'domain name' %>
<%= f.submit 'Create', class: 'btn btn-primary', style: 'margin-left: .4rem;' %>
<%= f.submit 'Create', class: 'btn btn-primary', style: 'margin-left: .4rem;', id: 'new-auction-btn' %>
</div>
<% end %>