debian-mirror-gitlab/app/views/layouts/jira_connect.html.haml

13 lines
343 B
Text
Raw Normal View History

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
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'
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
2021-04-17 20:07:23 +05:30
= yield