Sha256: 46ae5bdffef5fe9ca2becdecbf17c011d8e58fbcdaea6ac84d4e3c9b9e200e37

Contents?: true

Size: 998 Bytes

Versions: 13

Compression:

Stored size: 998 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= yield(:title) %></title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width">
  <meta name="apple-mobile-web-app-title" content="<% application_name %>">

  <%= render '/layouts/lentil/apple_touch_icons' %>

  <%= meta_description_tag %>
  <%= stylesheet_link_tag "lentil/iframe", :media => "all" %>
  <%= javascript_include_tag "lentil/iframe" %>
  <%= yield :javascript_includes %>

  <%= analytics_init(:tracker => google_analytics_tracker()) if (Rails.env.production? && !google_analytics_tracker.nil?) %>
  <% if content_for? :feed_auto_discovery %>
    <%= yield  :feed_auto_discovery %>
  <% end -%>

  <%= csrf_meta_tags %>
</head>
<!--[if IE 7]> <body class="lt-ie9 lt-ie8 <%= body_class %>"> <![endif]-->
<!--[if IE 8]> <body class="lt-ie9 <%= body_class %>"> <![endif]-->
<!--[if gt IE 8]><!--> <body class="<%= body_class %>"> <!--<![endif]-->

  <%= yield %>

</body>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lentil-0.6.0 app/views/layouts/lentil/iframe.html.erb
lentil-0.5.2 app/views/layouts/lentil/iframe.html.erb
lentil-0.5.1 app/views/layouts/lentil/iframe.html.erb
lentil-0.5.0 app/views/layouts/lentil/iframe.html.erb
lentil-0.4.2 app/views/layouts/lentil/iframe.html.erb
lentil-0.4.0 app/views/layouts/lentil/iframe.html.erb
lentil-0.3.1 app/views/layouts/lentil/iframe.html.erb
lentil-0.3.0 app/views/layouts/lentil/iframe.html.erb
lentil-0.2.3 app/views/layouts/lentil/iframe.html.erb
lentil-0.2.2 app/views/layouts/lentil/iframe.html.erb
lentil-0.2.1 app/views/layouts/lentil/iframe.html.erb
lentil-0.2.0 app/views/layouts/lentil/iframe.html.erb
lentil-0.1.8 app/views/layouts/lentil/iframe.html.erb