diff --git a/app/views/admin/enterprises/form/_users.html.haml b/app/views/admin/enterprises/form/_users.html.haml index 51dd745532..45318ec114 100644 --- a/app/views/admin/enterprises/form/_users.html.haml +++ b/app/views/admin/enterprises/form/_users.html.haml @@ -16,17 +16,18 @@ .row .three.columns.alpha - =f.label :user_ids, t('.contact') + =f.label :user_ids, t('.notifications') - if full_permissions %span.required * %div{'ofn-with-tip' => t('.contact_tip')} %a= t('admin.whats_this') - - - if full_permissions - .eight.columns.omega + .eight.columns.omega + - if full_permissions %select.select2.fullwidth{id: 'receives_notifications_dropdown', name: 'receives_notifications', ng: {model: 'receivesNotifications', init: "receivesNotifications = '#{@enterprise.contact.id}'"}} %option{ng: {repeat: 'user in Enterprise.users', selected: "user.id == #{@enterprise.contact.id}", hide: '!user.confirmed'}, value: '{{user.id}}'} {{user.email}} + - else + = @enterprise.contact.email .row .three.columns.alpha