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 <axilleas@axilleas.me>2017-06-21 13:12:43 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-21 13:12:43 +0300
commit94b92bb88c24627e7f9a336d3cd7179d0e112fe4 (patch)
tree5010e8389a50b091c42f94da6b3c999fa4fc8e0d /content
parentb264728b8cb6554660ed6c3342c51d2044d990e0 (diff)
Remove products' abbreviations
Diffstat (limited to 'content')
-rw-r--r--content/index.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/index.erb b/content/index.erb
index eccd64df..429c3d70 100644
--- a/content/index.erb
+++ b/content/index.erb
@@ -8,7 +8,6 @@ title: GitLab Documentation
<li class="topic-<%= product[:slug] %>">
<a href="<%= @items["/#{product[:slug]}/#{product[:index_file]}"].path %>">
<div class="wrapper">
- <div class="circle"><%= product[:abbreviation] %></div>
<h2><%= product[:full_name] %></h2>
<p><%= product[:description] %></p>
</div>