Move EE differences for app/views/profiles/accounts/show.html.haml
Move EE differences for app/views/profiles/accounts/show.html.haml
diff --git a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/profiles/accounts/show.html.haml b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/profiles/accounts/show.html.haml
index ee2c5a13b8a..41cb62e1d0f 100644
--- a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/profiles/accounts/show.html.haml
+++ b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/profiles/accounts/show.html.haml
@@ -8,17 +8,17 @@
.row.prepend-top-default
.col-lg-4.profile-settings-sidebar
%h4.prepend-top-0
- = s_('Profiles|Two-Factor Authentication')
+ = s_("Profiles|Two-Factor Authentication")
%p
= s_("Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)")
.col-lg-8
%p
#{_('Status')}: #{current_user.two_factor_enabled? ? _('Enabled') : _('Disabled')}
- if current_user.two_factor_enabled?
- = link_to _('Manage two-factor authentication'), profile_two_factor_auth_path, class: 'btn btn-info'
+ = link_to _("Manage two-factor authentication"), profile_two_factor_auth_path, class: 'btn btn-info'
- else
.append-bottom-10
- = link_to _('Enable two-factor authentication'), profile_two_factor_auth_path, class: 'btn btn-success'
+ = link_to _("Enable two-factor authentication"), profile_two_factor_auth_path, class: 'btn btn-success'
%hr
- if display_providers_on_profile?