mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
parent
928f2401eb
commit
e1b6af03db
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
<%= label_tag :domain_name, nil, class: 'required' %>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<%= text_field_tag :domain_name, params[:domain_name], class: 'form-control', autocomplete: 'off',
|
||||
autofocus: true, required: true %>
|
||||
<%= text_field_tag :domain_name, params[:domain_name], autofocus: true, required: true,
|
||||
class: 'form-control' %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue