summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-04-12 11:35:21 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-04-12 11:35:21 -0500
commite191d26af9c1b5ac0f112825e9d4dd95342827cb (patch)
treee14382553a60aadd6fa2dc8b4381a73be12c4816
parent8f72cfa82985a709a69d16a89a7b73eddb3efdb5 (diff)
downloadgitlab-ce-css-html-validator.tar.gz
[skip ci] replace Rails.env.developmentcss-html-validator
-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 dfaa9bcf6b9..837f827f546 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -25,7 +25,7 @@
= favicon_link_tag favicon
- - if Rails.env == 'development'
+ - if Rails.env.development?
= stylesheet_link_tag "validator", media: 'all'
= stylesheet_link_tag "application", media: "all"