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 /app/views/projects | |
parent | 446b59dd4ee88f8ef86272c39408560a0107c48a (diff) | |
download | gitlab-ce-2dc4eddf135fc473a0b2e2afc7176e6362397521.tar.gz |
Fix haml_lint error
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/commit/_pipelines_list.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_pipelines_list.haml b/app/views/projects/commit/_pipelines_list.haml index 5e157db3396..09e3a775d1c 100644 --- a/app/views/projects/commit/_pipelines_list.haml +++ b/app/views/projects/commit/_pipelines_list.haml @@ -1,7 +1,7 @@ - disable_initialization = local_assigns.fetch(:disable_initialization, false) #commit-pipeline-table-view{ data: { disable_initialization: disable_initialization, endpoint: endpoint, - "help-page-path" => help_page_path('ci/quick_start/README') + "help-page-path" => help_page_path('ci/quick_start/README'), } } - content_for :page_specific_javascripts do |