summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-06-04 18:57:26 +0000
committerWinnie Hellmann <winnie@gitlab.com>2018-06-04 18:57:26 +0000
commit929d7f60bce43ccef8dbe44ee21f736474d0647d (patch)
tree000a426ecbe91189f9ba9e8546fcc83d815c69bd
parent3571b97effd81f9a84f238f918544c6e5c625b76 (diff)
downloadgitlab-ce-winh-navigation-theme-heading.tar.gz
Fix navigation theme preference headingwinh-navigation-theme-heading
-rw-r--r--app/views/profiles/preferences/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index ce312943154..e63e7772ba3 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -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
- s_('Preferences|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|