From 262b546836943260ac19db2bf51c82f0647050ca Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 8 Nov 2022 14:59:23 +0100 Subject: [PATCH] Add some visual spacing --- app/views/admin/enterprises/form/_images.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/admin/enterprises/form/_images.html.haml b/app/views/admin/enterprises/form/_images.html.haml index aa0e729cdb..e305df260a 100644 --- a/app/views/admin/enterprises/form/_images.html.haml +++ b/app/views/admin/enterprises/form/_images.html.haml @@ -5,6 +5,7 @@ 100 x 100 pixels .omega.eight.columns %img{ class: 'image-field-group__preview-image', ng: { src: '{{ Enterprise.logo.thumb }}', if: 'Enterprise.logo' } } + %br = f.file_field :logo %a.button.red{ href: '', ng: {click: 'removeLogo()', if: 'Enterprise.logo'} } = t('.remove_logo')