Sha256: 31f9208a875edf86e84989a9f9ab965c169df277bd2d290c41b3e5b5880700d4
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
<!DOCTYPE html> <html lang="<%= ::I18n.locale %>" dir="<%= Underworld::I18n.direction(I18n.locale) %>"> <head> <meta charset="UTF-8"> <title><%= Underworld::Engine.site_title %></title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <%= stylesheet_link_tag 'underworld/simple/' + Underworld::I18n.direction(I18n.locale) + "/application", media: "all" %> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[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.3.0/respond.min.js"></script> <![endif]--> </head> <body class="login-page"> <div class="login-box"> <div class="login-logo"> <a href="/"><%= Underworld::Engine.site_title || 'Underworld' %></a> </div><!-- /.login-logo --> <div class="login-box-body"> <%= yield %> </div><!-- /.login-box-body --> </div><!-- /.login-box --> <%= javascript_include_tag 'underworld/simple' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
underworld-1.0.0 | app/views/layouts/underworld/simple.html.erb |