orbit4-5/app/templates/mobile/orbit_mobile/home/page.html.erb

27 lines
684 B
Plaintext
Raw Normal View History

2014-05-28 12:05:39 +00:00
<!doctype html>
<html lang="en">
<head>
<%= render_partial("head") %>
</head>
<body>
<%= render_orbit_bar %>
<%= render_header %>
<section class="layout-slide" data-pp="1"></section>
2014-05-29 10:32:27 +00:00
<div class="layout-content">
<div class="layout-content-inner container">
2014-05-28 12:05:39 +00:00
<div class="row">
<section class="layout-content-box col-sm-9">
<div data-pp="2"></div>
2014-05-28 12:05:39 +00:00
<main id="main-content" data-content="true">
<%= yield %>
</main>
<div data-pp="3"></div>
2014-05-28 12:05:39 +00:00
</section>
<aside class="layout-content-box aside col-sm-3" data-pp="4"></aside>
2014-05-28 12:05:39 +00:00
</div>
</div>
</div>
<%= render_footer %>
2014-05-28 12:05:39 +00:00
</body>
</html>