fix the viewport for real this time. sorry about all of the emails
This commit is contained in:
parent
f0075db694
commit
773f207b17
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
|
||||
= include_javascripts :mobile
|
||||
%meta{'name' =>'viewport', 'content' => 'width=device-width, initial-scale=scale1'}
|
||||
%meta{'name' =>'viewport', 'content' => "width=device-width, minimum-scale=1, maximum-scale=1"}
|
||||
|
||||
-if current_user
|
||||
:javascript
|
||||
|
|
|
|||
Loading…
Reference in a new issue