Revert "Add meta viewport tag to all layouts"

This reverts commit 5de709fda7.
This commit is contained in:
Toks
2015-11-12 23:34:58 -05:00
parent cac943e997
commit d6b9a1fb52
3 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
<html>
<head>
<title><%= yield :page_title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="top" title="<%= Danbooru.config.app_name %>" href="/">
<%= csrf_meta_tag %>

View File

@@ -2,7 +2,6 @@
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title><%= yield :page_title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="top" title="<%= Danbooru.config.app_name %>" href="/">
<%= csrf_meta_tag %>

View File

@@ -2,7 +2,6 @@
<html>
<head>
<title><%= yield :page_title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<%= csrf_meta_tag %>
<%= stylesheet_link_tag "mobile", :media => "screen" %>