summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-08 19:08:01 +0000
committerAlessio Caiazza <acaiazza@gitlab.com>2018-06-12 11:40:56 +0200
commit93813813476498db098821ef3cde302c0e386aa0 (patch)
treead62845587e8ad6245e9c5f833c57a698ff9ff34
parent3668ae030695073faf1ba12a43bf3449653126f3 (diff)
downloadgitlab-ce-93813813476498db098821ef3cde302c0e386aa0.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.haml4
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