diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-12-08 01:16:46 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2018-12-08 01:16:46 +0000 |
commit | a73f2ec6b58da2708d786dd4326ee5de7bedd402 (patch) | |
tree | 5331eb448caad99d55f2689450b9088130d80475 /app/views/layouts/_head.html.haml | |
parent | 4fb5e47928fb80d6a8d529e0044af226ba9d1eae (diff) | |
download | gitlab-ce-a73f2ec6b58da2708d786dd4326ee5de7bedd402.tar.gz |
Integrate csslab
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r-- | app/views/layouts/_head.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index ac5916d129c..08a6359f777 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -36,6 +36,7 @@ = stylesheet_link_tag "print", media: "print" = stylesheet_link_tag "test", media: "all" if Rails.env.test? = stylesheet_link_tag 'performance_bar' if performance_bar_enabled? + = stylesheet_link_tag 'csslab' if Feature.enabled?(:csslab) = Gon::Base.render_data |