orbit4-5/app/templates/orbit_bootstrap/home/index.html.erb

21 lines
638 B
Plaintext

<!doctype html>
<html lang="<%= I18n.locale.to_s %>" class="orbit">
<head>
<%= render_partial("head") %>
</head>
<body class="page-main">
<%= render_orbit_bar %>
<%= render_header %>
<section class="layout-slide" data-pp="4"></section>
<div class="layout-content">
<div class="layout-content-inner container">
<section class="layout-content-box" data-pp="1"></section>
<div class="row">
<section class="layout-content-box col-sm-8" data-pp="2"></section>
<aside class="layout-content-box aside col-sm-4" data-pp="3"></aside>
</div>
</div>
</div>
<%= render_footer %>
</body>
</html>