Sha256: 876b68384ae15ccf89e941eb24862bad6e07680a7b4a2855d7051dfee9d2e4d5
Contents?: true
Size: 524 Bytes
Versions: 2
Compression:
Stored size: 524 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>Application</title> <%= stylesheet_link_tag :application, media: "all" %> <%= csrf_meta_tags %> </head> <body> <%= render "layouts/shared/flashes" -%> <%= yield %> <%= render "layouts/shared/javascript" %> <%= render "layouts/shared/styles" %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kazan-0.5.0 | templates/_application.html.erb |
kazan-0.4.0 | templates/_application.html.erb |