diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-08-10 16:13:25 +0200 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-08-10 16:13:25 +0200 |
commit | e641072502111593f94590f9bdcac48bfe599036 (patch) | |
tree | ca3000077b81e3f97ea4c41fce1cc97ec716fcf8 /app | |
parent | 0ff2f664256299e1d7da84632a58fd9c3a712612 (diff) | |
download | gitlab-ce-e641072502111593f94590f9bdcac48bfe599036.tar.gz |
Fix 404 on link pathzj-ref-path-monospace
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/jobs/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/_sidebar.html.haml b/app/views/projects/jobs/_sidebar.html.haml index 99f4b30d085..f5d5bc7eda9 100644 --- a/app/views/projects/jobs/_sidebar.html.haml +++ b/app/views/projects/jobs/_sidebar.html.haml @@ -75,7 +75,7 @@ Pipeline = link_to "##{@build.pipeline.id}", project_pipeline_path(@project, @build.pipeline), class: 'link-commit' from - = link_to "#{@build.pipeline.ref}", project_branch_path(@project, @build.pipeline.ref), class: 'link-commit' + = link_to "#{@build.pipeline.ref}", project_ref_path(@project, @build.pipeline.ref), class: 'link-commit ref-name' %button.dropdown-menu-toggle{ type: 'button', 'data-toggle' => 'dropdown' } %span.stage-selection More = icon('chevron-down') |