summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/admin.html.haml
blob: 71b767cc4f1e9937a48b074c9f94e4705270cc65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!!! 5
%html{ lang: "en"}
  = render 'layouts/ci/head'
  %body{ :'data-page' => body_data_page }
    = render 'layouts/ci/nav'
    = render 'layouts/ci/info'
    - if content_for?(:title)
      .container.container-title
        = yield(:title)
      %hr

    .container
      .row
        .col-md-2.append-bottom-20
          = render 'layouts/ci/nav_admin'
        .col-md-10
          = yield