Commit 17f664866b9f001168871c13b42ed280e609ead1
1 parent
63c6f30a
Exists in
master
and in
4 other branches
Fix google analytics setting being ignored
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/layouts/_google_analytics.html.haml
app/views/layouts/_head.html.haml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | = csrf_meta_tags |
10 | 10 | = include_gon |
11 | 11 | |
12 | - = render 'layouts/google_analytics' if gitlab_config.has_key?('google_analytics_id') | |
12 | + = render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id') | |
13 | 13 | |
14 | 14 | -# Atom feed |
15 | 15 | - if current_user | ... | ... |