mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head", title: "Dashboard"
|
|
%body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page }
|
|
= render "layouts/broadcast"
|
|
= render "layouts/head_panel", title: "Dashboard"
|
|
= render 'layouts/page', sidebar: 'layouts/nav/dashboard'
|