mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Remove explicit form method
This commit is contained in:
parent
842f7ff4aa
commit
48313e379c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<%= form_tag transfer_registrar_domains_path, class: 'form-horizontal', method: :post, multipart: true, autocomplete: 'off' do %>
|
||||
<%= form_tag transfer_registrar_domains_path, class: 'form-horizontal', multipart: true, autocomplete: 'off' do %>
|
||||
<div class="form-group">
|
||||
<div class="col-md-3 control-label">
|
||||
<%= label_tag :domain_name, t(:name), class: 'required' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue