2017-03-20 11:36:02 -04:00
|
|
|
%div
|
|
|
|
#pipelines-list-vue{ data: { endpoint: 'foo',
|
|
|
|
"css-class" => 'foo',
|
|
|
|
"help-page-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',
|
|
|
|
"all-path" => 'foo',
|
|
|
|
"pending-path" => 'foo',
|
|
|
|
"running-path" => 'foo',
|
|
|
|
"finished-path" => 'foo',
|
|
|
|
"branches-path" => 'foo',
|
|
|
|
"tags-path" => 'foo',
|
|
|
|
"has-ci" => 'foo',
|
|
|
|
"ci-lint-path" => 'foo' } }
|