Skip to content

Commit

Permalink
Add viewport meta
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  • Loading branch information
dzaporozhets committed Dec 31, 2013
1 parent da58735 commit b936add
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/_head.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
= javascript_include_tag "application"
= csrf_meta_tags
= include_gon
:erb
<meta name="viewport" content="width=device-width, initial-scale=1.0">

= render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id')

Expand Down

0 comments on commit b936add

Please sign in to comment.