diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-08 19:08:01 +0000 |
---|---|---|
committer | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-08 19:08:01 +0000 |
commit | c7dfbb9989195efa4af2d0baa5216fcdb3228e8e (patch) | |
tree | 7517c651616121d4790aeca4e4aeb652a8354dbd | |
parent | 8cd6ffab51acade21f793103d4fedf6c04a20496 (diff) | |
parent | 56c4e5ee29fce0260ad12022477bb940d0597a0c (diff) | |
download | gitlab-ce-c7dfbb9989195efa4af2d0baa5216fcdb3228e8e.tar.gz |
Merge branch 'fix-artifact-breadcrumb' into 'master'
Fix artifact breadcrumbs
Closes #47587
See merge request gitlab-org/gitlab-ce!19588
-rw-r--r-- | app/views/projects/artifacts/browse.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/artifacts/browse.html.haml b/app/views/projects/artifacts/browse.html.haml index 7ff7466e561..87b165e581a 100644 --- a/app/views/projects/artifacts/browse.html.haml +++ b/app/views/projects/artifacts/browse.html.haml @@ -9,10 +9,10 @@ .tree-holder .nav-block %ul.breadcrumb.repo-breadcrumb - %li + %li.breadcrumb-item = link_to 'Artifacts', browse_project_job_artifacts_path(@project, @build) - path_breadcrumbs do |title, path| - %li + %li.breadcrumb-item = link_to truncate(title, length: 40), browse_project_job_artifacts_path(@project, @build, path) .tree-controls |