diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
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" |