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: 07379311c479cf90c15d0f2f955622446570ad5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<% if @config[:show_banner] and !stable_version?(current_branch) %>
<div class="d-lg-block">
  <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>
      <a href="https://gitlab.fra1.qualtrics.com/jfe/form/SV_eYaFmGNQOlhBtMG" target="_blank" rel="noopener noreferrer">
      Let us know
      </a>
      what you think about the new Docs home page!
      <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>
</div>
<% end %>