Commit d485fd99 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes not needed path in _info.html.haml

parent dfa76037
#js-pipeline-header-vue.pipeline-header-container #js-pipeline-header-vue.pipeline-header-container
- sast_artifact = @pipeline.sast_artifact - sast_artifact = @pipeline.sast_artifact
- sast_tab_path = security_project_pipeline_path(@project, @pipeline)
- if @commit.present? - if @commit.present?
.commit-box .commit-box
...@@ -37,4 +36,4 @@ ...@@ -37,4 +36,4 @@
= clipboard_button(text: @pipeline.sha, title: "Copy commit SHA to clipboard") = clipboard_button(text: @pipeline.sha, title: "Copy commit SHA to clipboard")
- if sast_artifact - if sast_artifact
.js-sast-summary{ data: { tab_path: sast_tab_path } } .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