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

12 lines
292 B
Text
Raw Permalink Normal View History

2012-02-09 08:59:04 +01: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 21:30:48 +02:00
%nav.main-nav
.container= render 'layouts/nav/profile'
2012-09-14 18:13:25 +02:00
2013-04-01 21:30:48 +02:00
.container
.content= yield