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

404.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16810cc30b7c154715bace2eaa69139309feaaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html lang="en">
  <%= render '/head.*' %>
  <body>
    <div class="header">
      <a href="/">
        <img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>"/>
        <p>GitLab Documentation</p>
      </a>
      <ul>
        <li><input type="text" class="st-default-search-input" placeholder="Search"></li>
        <li><a href="<%= @items['/ce/README.*'].path %>">Community Edition</a></li>
        <li><a href="<%= @items['/ee/README.*'].path %>">Enterprise Edition</a></li>
        <li><a href="<%= @items['/omnibus/README.*'].path %>">Omnibus</a></li>
      </ul>
    </div>
    <div class="main class">
      <%= yield %>
    </div>
  </body>

  <%= render '/analytics.*' %>
</html>