<%= html_tag :lang => "en" do %> <%# Turbolinks... sigh. If you're going to remove this line, please make sure you know what you're doing. Please read very carefully: https://github.com/turbolinks/turbolinks %> <%= [@title, app_name].compact.join(" - ") %> <%= csrf_meta_tags %> <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': 'reload'%> <%= yield :styles %> <%= favicon_link_tag %> <%# favicon_link_tag "apple-touch-icon.png", :rel => "apple-touch-icon" %> <%= render 'layouts/external_js_libs' %> <%= yield :external_js_libs %> <%= javascript_include_tag "application", 'data-turbolinks-track': 'reload' %> <%= yield :javascript %> <%= yield :head %> <%= yield %> <% end %>