diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-06-08 10:26:05 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-06-08 10:26:05 -0500 |
commit | 56c4e5ee29fce0260ad12022477bb940d0597a0c (patch) | |
tree | 148309c38729608f39edfcb2a3d8d041ee2e3972 | |
parent | 881d980afac9797d6ec92262bb459f1b93d0d03c (diff) | |
download | gitlab-ce-56c4e5ee29fce0260ad12022477bb940d0597a0c.tar.gz |
Fix artifact breadcrumb
-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 |