summaryrefslogtreecommitdiff
path: root/app/views/layouts/jira_connect.html.haml
blob: 6acd7799875af8c8f15bf25b6c59be39eb579832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%html{ lang: "en" }
  %head
    %meta{ content: "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
    %title
      GitLab
    = yield :page_specific_styles

    = javascript_include_tag 'https://connect-cdn.atl-paas.net/all.js'
    = Gon::Base.render_data(nonce: content_security_policy_nonce)
    = yield :head
  %body
    = yield