2020-11-24 15:15:51 +05:30
|
|
|
%html{ lang: "en" }
|
|
|
|
%head
|
|
|
|
%meta{ content: "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
|
|
|
|
%title
|
|
|
|
GitLab
|
|
|
|
= stylesheet_link_tag 'https://unpkg.com/@atlaskit/css-reset@3.0.6/dist/bundle.css'
|
|
|
|
= stylesheet_link_tag 'https://unpkg.com/@atlaskit/reduced-ui-pack@10.5.5/dist/bundle.css'
|
2021-02-22 17:27:13 +05:30
|
|
|
= yield :page_specific_styles
|
|
|
|
|
2020-11-24 15:15:51 +05:30
|
|
|
= javascript_include_tag 'https://connect-cdn.atl-paas.net/all.js'
|
|
|
|
= javascript_include_tag 'https://unpkg.com/jquery@3.3.1/dist/jquery.min.js'
|
2021-02-22 17:27:13 +05:30
|
|
|
= Gon::Base.render_data(nonce: content_security_policy_nonce)
|
2020-11-24 15:15:51 +05:30
|
|
|
= yield :head
|
|
|
|
%body
|
|
|
|
.ac-content
|
|
|
|
= yield
|