gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml
2015-02-13 14:31:51 +01:00

6 lines
289 B
Text

!!! 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'