Skip to content
Snippets Groups Projects
Commit 8d1137cd authored by Robert Schilling's avatar Robert Schilling
Browse files

Merge pull request #7880 from cirosantilli/replace-erb-haml

Replace :erb filter with plain HAML.
parents 6c3ad0da 5f10ef7c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,8 +18,7 @@
= javascript_include_tag "application"
= csrf_meta_tags
= include_gon
:erb
<meta name="viewport" content="width=device-width, initial-scale=1.0">
%meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
 
= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')
= render 'layouts/piwik' if extra_config.has_key?('piwik_url') && extra_config.has_key?('piwik_site_id')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment