diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-25 15:10:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-25 15:10:55 +0000 |
commit | c59393a068f9d0113cc10ca8798d333d6a0e3d53 (patch) | |
tree | 57de87b7bb6206957fa0359551a50661d44bf594 /app/views/profiles | |
parent | f471d836199c3e35a80769a6daa5c4b6a52be8d7 (diff) | |
download | gitlab-ce-c59393a068f9d0113cc10ca8798d333d6a0e3d53.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/profiles')
-rw-r--r-- | app/views/profiles/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index dfaa4c31cdf..a140d780180 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -62,7 +62,7 @@ %p= s_("Profiles|Set your local time zone.") .col-lg-8 = f.label :user_timezone, _("Time zone") - .js-timezone-dropdown{ data: { timezone_data: timezone_data.to_json, initial_value: @user.timezone } } + .js-timezone-dropdown{ data: { timezone_data: timezone_data.to_json, initial_value: @user.timezone, name: 'user[timezone]' } } .col-lg-12 %hr .row.js-search-settings-section |