Commit eba5edff authored by Philippe Lafoucrière's avatar Philippe Lafoucrière

Fix typo

parent 26ec59a1
#js-pipeline-header-vue.pipeline-header-container
- sast_artifact = @pipeline.sast_artifact
- dependecy_artifact = @pipeline.dependency_scanning_artifact
- dependency_artifact = @pipeline.dependency_scanning_artifact
- if @commit.present?
.commit-box
......@@ -36,5 +36,5 @@
= link_to @pipeline.sha, project_commit_path(@project, @pipeline.sha), class: "commit-sha commit-hash-full"
= clipboard_button(text: @pipeline.sha, title: "Copy commit SHA to clipboard")
- if sast_artifact || dependecy_artifact
- if sast_artifact || dependency_artifact
.js-sast-summary
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment