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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 20:28:47 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 20:28:47 +0300
commita7e30d65a97a9c519f9a3ec8fc49c9efc86a51b4 (patch)
tree468cdb4ebb5fff30ddcb82cc8bc25e5c172b7361 /app/views/snippets
parent66d3894d53995b01e5a6c0686ca9b787a7bec1c7 (diff)
Add .breadcrumb-item for breadcrumb > li
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index 7e4918a6085..cae1a3bf3c5 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -1,10 +1,10 @@
- page_title "By #{@user.name}", "Snippets"
%ol.breadcrumb
- %li
+ %li.breadcrumb-item
= link_to snippets_path do
Snippets
- %li
+ %li.breadcrumb-item
= @user.name
.pull-right.hidden-xs
= link_to user_path(@user) do