Sha256: afb08d86f9d43ab9dbe7d4378704aea6d2ea89fe8683f8b79f6a4543aa3ab292
Contents?: true
Size: 990 Bytes
Versions: 1
Compression:
Stored size: 990 Bytes
Contents
<!doctype html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9" lang="<%= I18n.locale %>"> <![endif]--> <!--[if gt IE 9]><!--><html lang="<%= I18n.locale %>"><!--<![endif]--> <head data-hook="inside_head"> <%= render partial: 'harpiya/shared/head' %> </head> <body class="<%= body_class %>" id="<%= @body_id || 'default' %>" data-hook="body"> <%= render partial: 'harpiya/shared/header' %> <div id="overlay" class="overlay hide-on-esc"></div> <div data-hook> <main class="col-12" id="content" data-hook> <%= flash_messages %> <%= yield %> </main> <%= yield :templates %> </div> <%= render partial: 'harpiya/shared/footer' %> <%= render 'harpiya/shared/translations' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/layouts/harpiya_application.html.erb |