2020-09-01 08:11:01 -04:00
|
|
|
%html{ lang: "en" }
|
|
|
|
%head
|
|
|
|
%meta{ content: "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
|
|
|
|
%title
|
|
|
|
GitLab
|
2020-11-30 10:09:21 -05:00
|
|
|
= yield :page_specific_styles
|
|
|
|
|
2020-09-01 08:11:01 -04:00
|
|
|
= javascript_include_tag 'https://connect-cdn.atl-paas.net/all.js'
|
2020-12-01 07:09:17 -05:00
|
|
|
= Gon::Base.render_data(nonce: content_security_policy_nonce)
|
2020-09-01 08:11:01 -04:00
|
|
|
= yield :head
|
|
|
|
%body
|
2021-02-19 16:11:07 -05:00
|
|
|
= yield
|