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:
authorAchilleas Pipinellis <axil@gitlab.com>2020-11-20 22:21:07 +0300
committerCraig Norris <cnorris@gitlab.com>2020-11-20 22:21:07 +0300
commitbbb37581ceb2ae1f813b77a3b3da6e8053397a13 (patch)
treeb936091ae4d249acf779886be4015262c0808aae /layouts
parent906ae3b7670e28b83791e4331b0fe9006c97005c (diff)
Update padding values
Changed padding values to make more button-like.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/cta.html3
-rw-r--r--layouts/header.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/layouts/cta.html b/layouts/cta.html
new file mode 100644
index 00000000..b9cce835
--- /dev/null
+++ b/layouts/cta.html
@@ -0,0 +1,3 @@
+<a class="btn btn-nav-cta" href="https://about.gitlab.com/free-trial/" target="_blank" rel="noopener noreferrer">
+ Get free trial
+</a>
diff --git a/layouts/header.html b/layouts/header.html
index 4609d18e..52a481a6 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -44,6 +44,9 @@
<% end %>
<% end %>
<% end %>
+ <li class="nav-item">
+ <%= render '/cta.*' %>
+ </li>
</ul>
</div>
</div>