gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml

12 lines
292 B
Text
Raw Normal View History

2012-02-09 02:59:04 -05:00
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Profile"
%body{class: "#{app_theme} profile"}
= render "layouts/head_panel", title: "Profile"
= render "layouts/flash"
2013-04-01 15:30:48 -04:00
%nav.main-nav
.container= render 'layouts/nav/profile'
2012-09-14 12:13:25 -04:00
2013-04-01 15:30:48 -04:00
.container
.content= yield