OpenFest: Add a viewport meta tag
This commit is contained in:
parent
172fcc06a2
commit
8f7185810e
|
@ -7,7 +7,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= @current_conference.try :title %>
|
<%= @current_conference.try :title %>
|
||||||
</title>
|
</title>
|
||||||
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||||
<%= stylesheet_link_tag "open_fest/application", media: "all" %>
|
<%= stylesheet_link_tag "open_fest/application", media: "all" %>
|
||||||
<%= javascript_include_tag "open_fest/application" %>
|
<%= javascript_include_tag "open_fest/application" %>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
|
|
Loading…
Reference in New Issue