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