<%= "mobile" if mobile? %>"> <%= title %> <%= csrf_meta_tags %> <%= action_cable_meta_tag %> <%= yield :meta %> <%= stylesheet_link_tag "houston/vendor", media: "all" %> <%= stylesheet_link_tag "houston/application", media: "all" %> <%= stylesheet_link_tag "houston/print", media: "print" %> <%= yield :stylesheets %><%# so that Engines can hook in and add styles %> <% unless unfurling? %> <% end %> <% if mobile? %> <%= render "layouts/mobile_navigation" %>
<%= yield :title %> <% else %> <%= render "layouts/navigation" %> <%= yield :title %>
<% end %> <%= yield -%> <%= render partial: "layouts/tester_bar" if Rails.env.development? -%>
<%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> <%= javascript_include_tag "houston/vendor" %> <%= javascript_include_tag "houston/application" %> <%= yield :javascripts %><%# so that Engines can hook in and add scripts %> <%= google_analytics_script_tag %>