debian-mirror-gitlab/app/views/devise/shared/_email_opted_in.html.haml
2021-10-27 15:23:28 +05:30

7 lines
288 B
Text

- return unless Gitlab.dev_env_or_com?
.gl-mb-3.js-email-opt-in.hidden
.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'