diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 133eec2f..e7a97b8a 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,13 +11,13 @@ = csrf_meta_tags :javascript window.liveSettings = { - api_key: "<%= CONFIG['transifex_live_api_key'] %>", + api_key: "#{CONFIG['transifex_live_api_key']}", picker: "bottom-right", detectlang: true, autocollect: true }; = content_for(:script_head) - =# javascript_include_tag "//cdn.transifex.com/live.js" + = javascript_include_tag "//cdn.transifex.com/live.js" = yield(:head) %body