gitlab-org--gitlab-foss/app/views/layouts/profile.html.haml
Dmitriy Zaporozhets 46c50caa6e
Show broadcast messages on group, profile and project settings pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-25 21:23:05 +02:00

12 lines
357 B
Text

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