mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
!!! 5
|
|
%html{ :lang => "en"}
|
|
= render "layouts/head"
|
|
%body{:class => "#{app_theme} application"}
|
|
= render "layouts/flash"
|
|
= render "layouts/head_panel", :title => ""
|
|
.container
|
|
.content
|
|
%br
|
|
%h3= yield
|