Commit 78fe35cc authored by Douwe Maan's avatar Douwe Maan

Merge branch 'update-preferences-header' into 'master'

Remove 'GitLab' from user preferences header

See merge request gitlab-org/gitlab-ce!19289
parents aa8d3675 b7d3c8bd
......@@ -4,7 +4,7 @@
= form_for @user, url: profile_preferences_path, remote: true, method: :put, html: { class: 'row prepend-top-default js-preferences-form' } do |f|
.col-lg-4.application-theme
%h4.prepend-top-0
GitLab navigation theme
s_('Preferences|Navigation theme')
%p Customize the appearance of the application header and navigation sidebar.
.col-lg-8.application-theme
- Gitlab::Themes.each do |theme|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment