mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Horizontal form for domain form
This commit is contained in:
parent
9f878f219c
commit
dae80e3cb8
7 changed files with 64 additions and 63 deletions
|
@ -1,4 +1,4 @@
|
|||
= form_for([:client, @domain]) do |f|
|
||||
= form_for([:client, @domain], html: { class: 'form-horizontal' }) do |f|
|
||||
= render 'shared/errors', object: @domain
|
||||
- unless @domain.parent_valid?
|
||||
%hr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue