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: 17f6e9af61a5d1ddf50d967d275bc82b9aa2a2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%html{ lang: "en" }
  %head
    %meta{ content: "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
    %title
      GitLab
    = stylesheet_link_tag 'https://unpkg.com/@atlaskit/css-reset@3.0.6/dist/bundle.css'
    = stylesheet_link_tag 'https://unpkg.com/@atlaskit/reduced-ui-pack@10.5.5/dist/bundle.css'
    = javascript_include_tag 'https://connect-cdn.atl-paas.net/all.js'
    = javascript_include_tag 'https://unpkg.com/jquery@3.3.1/dist/jquery.min.js'
    = yield :page_specific_styles
    = yield :head
  %body
    .ac-content
      = yield