Commit b936addfeaf261a3ff76c2e997a11dca1bf8134b
1 parent
da587351
Exists in
spb-stable
and in
3 other branches
Add viewport meta
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/layouts/_head.html.haml
... | ... | @@ -8,6 +8,8 @@ |
8 | 8 | = javascript_include_tag "application" |
9 | 9 | = csrf_meta_tags |
10 | 10 | = include_gon |
11 | + :erb | |
12 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
11 | 13 | |
12 | 14 | = render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id') |
13 | 15 | ... | ... |