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

banner.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1a722b7d5301379b62c9988dac380fa312c8e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="admonition-wrapper note d-none" id="banner-close">
  <div class="admonition alert alert-banner alert-dismissible fade show text-center" role="alert">
    <i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
    Are you a GitLab administrator? We're interested in learning more about how
    you use
    <a href="https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-garbage-collection" rel="noopener noreferrer">
    garbage collection
    </a>
    for the GitLab Container Registry.
    <a href="" target="_blank" rel="noopener noreferrer">
    Take this quick survey to help us out.
    </a>
    <i class="fa fa-gitlab fa-fw" style="color:rgb(225,67,41); font-size:.85em" aria-hidden="true"></i>
    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
      <span aria-hidden="true">&times;</span>
    </button>
  </div>
</div>
<script type="application/javascript" src="<%= @items['/assets/javascripts/banner.*'].path %>"></script>