2021-10-27 15:23:28 +05:30
|
|
|
- return unless Gitlab.dev_env_or_com?
|
2021-04-29 21:17:54 +05:30
|
|
|
|
2021-10-27 15:23:28 +05:30
|
|
|
.gl-mb-3.js-email-opt-in.hidden
|
2021-04-29 21:17:54 +05:30
|
|
|
.gl-font-weight-bold.gl-mb-3
|
|
|
|
= _('Email updates (optional)')
|
|
|
|
= f.check_box :email_opted_in
|
|
|
|
= f.label :email_opted_in, _("I'd like to receive updates about GitLab via email"), class: 'gl-font-weight-normal'
|