We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aaf01 commit 3b67730Copy full SHA for 3b67730
1 file changed
app/views/layouts/application.html.haml
@@ -5,7 +5,7 @@
5
- title = yield :title
6
%title #{title.blank? ? "" : "#{title} | "}Hackety Hack!
7
8
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <meta name = "viewport" content = "width = device-width">
9
/ <link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.2.0.min.css">
10
11
= stylesheet_link_tag "application"
0 commit comments