diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-23 11:09:46 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-23 11:09:46 -0600 |
commit | 5321f817854b2d2c6b96fe4e4f14560458940692 (patch) | |
tree | 3951d729e8a130d414c1e748c121fed98b0c0977 | |
parent | 40db56a26c62286febdb0656b9cc862dca99cfae (diff) | |
download | gitlab-ce-5321f817854b2d2c6b96fe4e4f14560458940692.tar.gz |
Readability.
-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 bc3118f70aa..2d020e9c222 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -30,7 +30,7 @@ = javascript_include_tag "application", integrity: true - - if :page_specific_javascripts + - if content_for?(:page_specific_javascripts) = yield :page_specific_javascripts = csrf_meta_tags |