gitlabhq/app/views/layouts/profile.html.haml

12 lines
292 B
Plaintext

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