mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
!!! 5
|
|
%html{ lang: "en"}
|
|
= render "layouts/head"
|
|
%body{class: "#{user_application_theme} application"}
|
|
= render "layouts/header/empty"
|
|
.container.navless-container
|
|
= render "layouts/flash"
|
|
.error-page
|
|
= yield
|