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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-17 03:23:10 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 03:23:10 +0300
commit3ba88c4c93be87bc847f1ca10e8c049f4797cfe3 (patch)
tree04e7cf0282daff673a4735a54ca3fae990afc17c /layouts
parentac2d5b8d21c02ba018468a27955f98df60ddc388 (diff)
Use GitLab logo for the header, make header larger.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index ba830c73..c59e274a 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -13,7 +13,10 @@
</head>
<body>
<div class="header">
- <h2><%= link_to "GitLab Documentation", "/" %></h2>
+ <a href="/">
+ <img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>"/>
+ <p>GitLab Documentation</p>
+ </a>
<ul>
<li><a href="<%= @items['/ce/README.*'].path %>">Community Edition</a></li>
<li><a href="<%= @items['/ee/README.*'].path %>">Enterprise Edition</a></li>