Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jira_connect.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89d5abd42661124a31780ed94b8c77198764cf2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%html{ lang: I18n.locale }
  %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