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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
345 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
2023-03-04 22:38:38 +05:30
= javascript_include_tag Gitlab.config.jira_connect.atlassian_js_url
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