add meta viewport tag to JS-off view just in case

This commit is contained in:
Jeff Atwood 2015-01-14 16:56:01 -08:00
parent a28784c8f7
commit 0a4582fbc7

View file

@ -6,6 +6,7 @@
<%= crawlable_meta_data(title: @topic_view.title, <%= crawlable_meta_data(title: @topic_view.title,
description: @topic_view.summary, description: @topic_view.summary,
image: @topic_view.image_url) %> image: @topic_view.image_url) %>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes">
</head> </head>
<body> <body>
<% @topic_view.posts.each do |post| %> <% @topic_view.posts.each do |post| %>