Sha256: c80cc9dd56e163eb8233f0ab7a164e6f61a783301531d62b9a0a5538c26837a9

Contents?: true

Size: 1.1 KB

Versions: 9

Compression:

Stored size: 1.1 KB

Contents

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <%%= favicon_link_tag 'favicon.ico' %>
  <title><%%= content_for?(:title) ? yield(:title) : app_name %></title>

  <%%= stylesheet_link_tag 'application', media: 'all'<%= turbolinks %> %>
<%- if options.cdn != "none" -%>
  <%%= bootswatch_link_tag current_theme %>
<%- else -%>
  <%%= stylesheet_link_tag current_theme<%= turbolinks %> %>
<%- end -%>
<%- if options.cdn != "none" -%>
  <%%= jquery_include_tag :<%= options.cdn %><%= turbolinks %> %>
  <%- if options.ui? -%>
  <%%= jquery_ui_include_tag :<%= options.cdn %><%= turbolinks %> %>
  <%- end -%>
<%- end -%>
  <%%= javascript_include_tag 'application'<%= turbolinks %> %>
<%- if options.cdn != "none" -%>
  <%%= bootstrap_include_tag<%= turbolinks %> %>
<%- end -%>

  <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  <![endif]-->

  <%%= csrf_meta_tags %>
</head>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.1.1 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.1.0 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.11 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.10 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.9 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.8 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.7 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.6 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.0.5 lib/generators/bootswatch_rails/install/templates/head.html.erb