From 0a4582fbc72aef021f1b70af97c8dc0395b76ffd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 14 Jan 2015 16:56:01 -0800 Subject: [PATCH] add meta viewport tag to JS-off view just in case --- app/views/topics/plain.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/topics/plain.html.erb b/app/views/topics/plain.html.erb index 7c852a3b6..8facc6a95 100644 --- a/app/views/topics/plain.html.erb +++ b/app/views/topics/plain.html.erb @@ -6,6 +6,7 @@ <%= crawlable_meta_data(title: @topic_view.title, description: @topic_view.summary, image: @topic_view.image_url) %> + <% @topic_view.posts.each do |post| %>