gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml
2015-02-24 23:26:32 -08:00

6 lines
276 B
Text

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