Skip to content
Snippets Groups Projects

Remove/convert to utility classes non-page specific styles for profile 2

Merged Elwyn Benson requested to merge 239863-page-specific-bundles-profile-part-2 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
.js-notification-email-listbox-input.gl-mb-3{ data: { label: _('Global notification email'), name: 'user[notification_email]', emails: @user.public_verified_emails.to_json, empty_value_text: _('Use primary email (%{email})') % { email: @user.email }, value: @user.notification_email, disabled: local_assigns.fetch(:email_change_disabled, nil) } }
.help-block
.gl-text-secondary
= local_assigns.fetch(:help_text, nil)
Loading