Fix business address title and border

This commit is contained in:
Nihal Mohammed
2021-08-11 13:54:57 +05:30
committed by Nihal M. Kelanthodika
parent 1c72cd799d
commit 9cd0314ab3

View File

@@ -50,5 +50,6 @@
= f.fields_for :business_address, @enterprise.business_address || @enterprise.build_business_address do |bf|
%legend {{business_address.label}}
= render 'admin/enterprises/form/business_address', bf: bf
%fieldset.alpha.no-border-bottom
%legend= t('business_address')
= render 'admin/enterprises/form/business_address', bf: bf