From 6bccb2f998a130734fbdd261e1da0aaeaecbd5f7 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 5 Jul 2019 10:53:20 +0100 Subject: Removes EE differences --- app/views/profiles/preferences/show.html.haml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1