summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/pipelines.html.haml
blob: 97b0c25c9239b10fbac2f4eae9bf1f0e98aeea77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%div
  #pipelines-list-vue{ data: { endpoint: 'foo',
    "css-class" => 'foo',
    "help-page-path" => 'foo',
    "empty-state-svg-path" => 'foo',
    "error-state-svg-path" => 'foo',
    "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' } }