Commit 069b2a8e authored by Lukas Eipert's avatar Lukas Eipert

move mandatory vue entry point from optional path

parent eed31ddc
#js-pipeline-header-vue.pipeline-header-container
- if @commit.present?
.commit-box
......
......@@ -4,6 +4,9 @@
- page_title "Pipeline"
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
#js-pipeline-header-vue.pipeline-header-container
- if @commit
= render "projects/pipelines/info"
......
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