From 9cd0314ab3c1f5ab511cb48b1a66923419d361d8 Mon Sep 17 00:00:00 2001 From: Nihal Mohammed Date: Wed, 11 Aug 2021 13:54:57 +0530 Subject: [PATCH] Fix business address title and border --- app/views/admin/enterprises/form/_business_details.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/admin/enterprises/form/_business_details.html.haml b/app/views/admin/enterprises/form/_business_details.html.haml index db82258376..6e69312917 100644 --- a/app/views/admin/enterprises/form/_business_details.html.haml +++ b/app/views/admin/enterprises/form/_business_details.html.haml @@ -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