summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-05 10:53:20 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-07-05 10:53:20 +0100
commit6bccb2f998a130734fbdd261e1da0aaeaecbd5f7 (patch)
treecfd713469b10f9980cae7ec4590a3dc625a96641
parent88ef8fb126e24cd87d6135dfdc667cf3db272fac (diff)
downloadgitlab-ce-12553-preferences.tar.gz
Removes EE differences12553-preferences
-rw-r--r--app/views/profiles/preferences/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index 82039012c31..9cfeced6bf4 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -83,6 +83,7 @@
= f.label :first_day_of_week, class: 'label-bold' do
= _('First day of the week')
= f.select :first_day_of_week, first_day_of_week_choices_with_default, {}, class: 'form-control'
+ -# if Feature.enabled?(:user_time_settings)
.col-sm-12
%hr
.col-lg-4.profile-settings-sidebar