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: fdeb3d3c9ac0a92258c9372a1e7904cf05f35b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%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 :head
  %body
    .ac-content
      = yield