Skip to content
Snippets Groups Projects
Unverified Commit e6410725 authored by Z.J. van de Weg's avatar Z.J. van de Weg
Browse files

Fix 404 on link path

parent 0ff2f664
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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')
Loading
Loading
---
title: Use project_ref_path to create the link to a branch to fix links that 404
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment