summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
blob: 2b5be7fc37202a5ea3735941d94a44a6f96c055d (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: "Profile"
  %body{class: "#{app_theme}  profile", :'data-page' => body_data_page}
    = render "layouts/head_panel", title: link_to("Profile", profile_path)
    = render 'layouts/page', sidebar: 'layouts/nav/profile'