summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
blob: f20f4ea1283b0c55754aad21393c5f862ff153e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: "Profile"
  %body{class: "#{app_theme} sidenav profile", :'data-page' => body_data_page}
    = render "layouts/broadcast"
    = render "layouts/head_panel", title: "Profile"
    .page-with-sidebar
      .sidebar-wrapper
        = render 'layouts/nav/profile'
      .content-wrapper
        .container-fluid
          .content
            = render "layouts/flash"
            .clearfix
              = yield
    = yield :embedded_scripts