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

_head.html.haml « ci « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 871752c98127279824b78b5a86b1f370c90f8f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
%head
  %meta{charset: "utf-8"}
  %meta{content: "GitLab Continuous Integration", name: "description"}
  %title GitLab CI
  = stylesheet_link_tag    "ci/application", :media => "all"
  = javascript_include_tag "ci/application"
  = csrf_meta_tags
  = favicon_link_tag 'ci/favicon.ico'
  :erb
    <meta name="viewport" content="width=device-width, initial-scale=1.0">