Use if pipeline_schedule.ref
This commit is contained in:
parent
8b5877dcd0
commit
d94e1aad57
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
= pipeline_schedule.description
|
||||
%td.branch-name-cell
|
||||
= icon('code-fork')
|
||||
- unless pipeline_schedule.ref.nil?
|
||||
- if pipeline_schedule.ref
|
||||
= link_to pipeline_schedule.ref, project_ref_path(@project, pipeline_schedule.ref), class: "ref-name"
|
||||
%td
|
||||
- if pipeline_schedule.last_pipeline
|
||||
|
|
Loading…
Reference in a new issue