Sha256: 8ac4dad217f2d1085363a59d74e48f4294b74e84fd0135258448088a01842283

Contents?: true

Size: 528 Bytes

Versions: 10

Compression:

Stored size: 528 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
  <head>
    <meta charset="utf-8" />
    <meta name="ROBOTS" content="NOODP" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title><%= title %></title>
    <%= stylesheet_link_tag :application, media: "all" %>
    <%= csrf_meta_tags %>
  </head>
  <body class="<%%= body_class %>">
    <%= render "shared/flashes" -%>
    <%= yield %>
    <%= render "shared/javascript" %>
    <%= render "shared/styles" %>
  </body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kazan-0.3.1 templates/_application.html.erb
kazan-0.3.0 templates/application.html.erb
kazan-0.2.4 templates/application.html.erb
kazan-0.2.3 templates/application.html.erb
kazan-0.2.2 templates/application.html.erb
kazan-0.2.1 templates/application.html.erb
kazan-0.2.0 templates/application.html.erb
kazan-0.1.2 templates/application.html.erb
kazan-0.1.1 templates/application.html.erb
kazan-0.1.0 templates/application.html.erb