diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-03-20 21:25:52 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-03-20 21:25:52 +0000 |
commit | 2dc4eddf135fc473a0b2e2afc7176e6362397521 (patch) | |
tree | 54c26bbdff40f248faecd53b3e2d8de14b37cfd3 /spec | |
parent | 446b59dd4ee88f8ef86272c39408560a0107c48a (diff) | |
download | gitlab-ce-2dc4eddf135fc473a0b2e2afc7176e6362397521.tar.gz |
Fix haml_lint error
Diffstat (limited to 'spec')
-rw-r--r-- | spec/javascripts/fixtures/pipelines_table.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/javascripts/fixtures/pipelines_table.html.haml b/spec/javascripts/fixtures/pipelines_table.html.haml index fbe4a434f76..ad1682704bb 100644 --- a/spec/javascripts/fixtures/pipelines_table.html.haml +++ b/spec/javascripts/fixtures/pipelines_table.html.haml @@ -1,2 +1 @@ -#commit-pipeline-table-view{ data: { endpoint: "endpoint" } } -.pipeline-svgs{ data: { "commit_icon_svg": "svg"} } +#commit-pipeline-table-view{ data: { endpoint: "endpoint", "help-page-path": "foo" } } |