Merge branch 'fix-artifact-breadcrumb' into 'master'
Fix artifact breadcrumbs Closes #47587 See merge request gitlab-org/gitlab-ce!19588
This commit is contained in:
commit
c7dfbb9989
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue