Sha256: a449d4442702eb3e03d0fd9b3c9aef18dcf695f08f14ec659b7c96f4f5820f77

Contents?: true

Size: 1.4 KB

Versions: 16

Compression:

Stored size: 1.4 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" -%>
  <%- if options.dt? -%>
  <%%= dataTables_link_tag<%= turbolinks %> %>
  <%%= dataTables_responsive_link_tag<%= turbolinks %> %>
  <%- end -%>
  <%%= bootswatch_link_tag current_theme<%= turbolinks %> %>
<%- 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 -%>
  <%- if options.dt? -%>
  <%%= dataTables_include_tag<%= turbolinks %> %>
  <%%= dataTables_responsive_include_tag<%= 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

16 entries across 16 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.7.8 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.7 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.6 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.5 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.4 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.3 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.2 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.1 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.7.0 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.6.2 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.6.1 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.5.2 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.5.1 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.4.1 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.2.1 lib/generators/bootswatch_rails/install/templates/head.html.erb
bootswatch_rails-3.3.1.2 lib/generators/bootswatch_rails/install/templates/head.html.erb