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:
authorDavid O'Regan <doregan@gitlab.com>2020-10-24 13:06:09 +0300
committerDavid O'Regan <doregan@gitlab.com>2020-10-24 13:06:09 +0300
commit4e4dff9b596c72a11edf27ccca6a019c978a4483 (patch)
tree0cb11aa5efecd9fec796ee179703928d436f956b
parent08a79c5969f03adb01eae1872192cc4a62b0df88 (diff)
Add breadcrumbs spacing closing div tag
-rw-r--r--layouts/breadcrumbs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/breadcrumbs.html b/layouts/breadcrumbs.html
index 8fe7cd6d..0fa7096d 100644
--- a/layouts/breadcrumbs.html
+++ b/layouts/breadcrumbs.html
@@ -8,6 +8,6 @@
<li class="breadcrumb"><%= @item.key?(:title) ? "#{@item[:title]}" : "Current page" %></li>
</ul>
<% else %>
- <div class="pt-5" />
+ <div class="pt-5"></div>
<% end %>
<% end %> \ No newline at end of file