summaryrefslogtreecommitdiff
path: root/app/views/layouts/_head.html.haml
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2019-02-22 11:58:37 +1100
committerSimon Knox <psimyn@gmail.com>2019-02-22 12:07:14 +1100
commita1e0f387bfc7c01e41c487b598c3828fa89da397 (patch)
treee0dac2184674287a9d391d283af8b7cb715d96ec /app/views/layouts/_head.html.haml
parent5996fd145ff8d774573e5a0ef22c3b4f0611196f (diff)
downloadgitlab-ce-a1e0f387bfc7c01e41c487b598c3828fa89da397.tar.gz
Move highlight themes to subfolder
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 8e8dcf1ea35..11e83ddfe64 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -38,7 +38,7 @@
= stylesheet_link_tag 'performance_bar' if performance_bar_enabled?
= stylesheet_link_tag 'csslab' if Feature.enabled?(:csslab)
- = stylesheet_link_tag "highlight/#{user_color_scheme}", media: "all"
+ = stylesheet_link_tag "highlight/themes/#{user_color_scheme}", media: "all"
= Gon::Base.render_data