Sha256: a027d794b93060cf4a3e2d2fef9fef713b9932be1bce8ca6349ee633d47215a0

Contents?: true

Size: 1.12 KB

Versions: 13

Compression:

Stored size: 1.12 KB

Contents

<%= render "express_ui/shared/header" %>
<div class="ae-template-master-detail-fixed">

  <div class="ae-sidebar ae-sidebar-left">
    <nav><a href="#">{Sidebar Menu}</a></nav>
  </div>

  <div class="ae-sidebar ae-sidebar-right">
    <p>{Detail}</p>
  </div>

  <div class="ae-content content">
    <%= render "express_ui/shared/search_box" %>

    <h1>This is a fixed master-detail layout</h1>

    <%= highlight_code_block do %>
    <%= "<header></header>" %>
    <%= "<div class=\"ae-template-master-detail-fixed\">" %>
      <%= "<div class=\"ae-sidebar ae-sidebar-left\">" %>
        <%= "<nav>" %>
          <%= "{Sidebar Menu}" %>
        <%= "</nav>" %>
      <%= "</div>" %>
      <%= "<div class=\"ae-sidebar ae-sidebar-right\">" %>
        <%= "{Detail View}" %>
      <%= "</div>" %>
      <%= "<div class=\"ae-content\">" %>
        <%= "{Content}" %>
      <%= "</div>" %>
    <%= "</div>" %>
    <%= "<footer></footer>" %>
    <% end %>

    <div class="ae-btn-group ae-btn-group-left">
    <%= link_to '&laquo; Back'.html_safe, styleguide_path, class: 'ae-btn ae-btn-primary ae-btn-md' %>
    </div>


    </div>
  </div>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.4.2 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.4.1 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.4.0 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.3.0 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.2.1 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.2.0 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.1.7 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.1.6 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.1.5 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.1.4 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.1.3 app/views/express_ui/templates/master_detail_fixed.html.erb
express_ui-0.1.2 app/views/express_ui/templates/master_detail_fixed.html.erb