mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Remove unused HTML
- Remove inline CSVV
This commit is contained in:
parent
6a33aa7999
commit
7edf5d1595
2 changed files with 2 additions and 6 deletions
|
@ -3,9 +3,7 @@
|
||||||
= render 'shared/errors', object: contact
|
= render 'shared/errors', object: contact
|
||||||
.row
|
.row
|
||||||
.col-md-8
|
.col-md-8
|
||||||
.tab-content{style:'margin-top: 20px;'}
|
= render 'admin/shared/form/statuses', f: f,
|
||||||
#general-tab.tab-pane.active
|
|
||||||
= render 'admin/shared/form/statuses', f: f,
|
|
||||||
model: 'contact',
|
model: 'contact',
|
||||||
admin_statuses_map: Contact.admin_statuses_map,
|
admin_statuses_map: Contact.admin_statuses_map,
|
||||||
disabled_statuses: Contact::STATUSES - Contact.admin_statuses,
|
disabled_statuses: Contact::STATUSES - Contact.admin_statuses,
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
%hr
|
%hr
|
||||||
.row
|
.row
|
||||||
.col-md-8
|
.col-md-8
|
||||||
.tab-content{style:'margin-top: 20px;'}
|
= render 'admin/shared/form/statuses', f: f,
|
||||||
#general-tab.tab-pane.active
|
|
||||||
= render 'admin/shared/form/statuses', f: f,
|
|
||||||
model: 'domain',
|
model: 'domain',
|
||||||
admin_statuses_map: DomainStatus.admin_statuses_map,
|
admin_statuses_map: DomainStatus.admin_statuses_map,
|
||||||
disabled_statuses: DomainStatus::STATUSES - DomainStatus.admin_statuses,
|
disabled_statuses: DomainStatus::STATUSES - DomainStatus.admin_statuses,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue