Remove unused HTML

- Remove inline CSVV
This commit is contained in:
Artur Beljajev 2018-01-26 13:38:51 +02:00
parent 6a33aa7999
commit 7edf5d1595
2 changed files with 2 additions and 6 deletions

View file

@ -3,8 +3,6 @@
= render 'shared/errors', object: contact
.row
.col-md-8
.tab-content{style:'margin-top: 20px;'}
#general-tab.tab-pane.active
= render 'admin/shared/form/statuses', f: f,
model: 'contact',
admin_statuses_map: Contact.admin_statuses_map,

View file

@ -4,8 +4,6 @@
%hr
.row
.col-md-8
.tab-content{style:'margin-top: 20px;'}
#general-tab.tab-pane.active
= render 'admin/shared/form/statuses', f: f,
model: 'domain',
admin_statuses_map: DomainStatus.admin_statuses_map,