Project

General

Profile

« Previous | Next » 

Revision ae746d3a

Added by Amos Benari almost 12 years ago

  • ID ae746d3aea7bca794ca68f775edc35d574fa4636

[UI] added meta tag headers to support tablet and phone display size correctly

View differences:

app/views/layouts/application.html.erb
'bootstrap.min', 'bootstrap-dropdown', 'bootstrap-alert', 'bootstrap-tab', 'bootstrap-modal', 'bootstrap-tooltip', 'bootstrap-popover', 'bootstrap-collapse' %>
<%= csrf_meta_tag %>
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0;" />
<%= yield(:head) %>
</head>

Also available in: Unified diff