gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml
2013-04-01 22:30:48 +03:00

11 lines
292 B
Text

!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Profile"
%body{class: "#{app_theme} profile"}
= render "layouts/head_panel", title: "Profile"
= render "layouts/flash"
%nav.main-nav
.container= render 'layouts/nav/profile'
.container
.content= yield