12 lines
345 B
Text
12 lines
345 B
Text
%html{ lang: "en" }
|
|
%head
|
|
%meta{ content: "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
|
|
%title
|
|
GitLab
|
|
= yield :page_specific_styles
|
|
|
|
= javascript_include_tag Gitlab.config.jira_connect.atlassian_js_url
|
|
= Gon::Base.render_data(nonce: content_security_policy_nonce)
|
|
= yield :head
|
|
%body
|
|
= yield
|