2017-03-20 11:36:02 -04:00
|
|
|
%div
|
|
|
|
#pipelines-list-vue{ data: { endpoint: 'foo',
|
|
|
|
"help-page-path" => 'foo',
|
2017-11-14 10:35:29 -05:00
|
|
|
"help-auto-devops-path" => 'foo',
|
2017-09-22 04:39:47 -04:00
|
|
|
"empty-state-svg-path" => 'foo',
|
|
|
|
"error-state-svg-path" => 'foo',
|
2017-03-20 11:36:02 -04:00
|
|
|
"new-pipeline-path" => 'foo',
|
|
|
|
"can-create-pipeline" => 'true',
|
|
|
|
"has-ci" => 'foo',
|
|
|
|
"ci-lint-path" => 'foo' } }
|