diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-04-19 11:44:37 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-19 11:44:37 +0000 |
commit | 468ff9593a1e1ba13228966480dea72d516b7644 (patch) | |
tree | 036c2708ea6adeb10356624ddbfe546e05545739 /app/views/projects/pipelines | |
parent | 135fc81c347e3ad9596605c81a4d43341511dd78 (diff) | |
download | gitlab-ce-468ff9593a1e1ba13228966480dea72d516b7644.tar.gz |
Remove special naming of pipelines folder
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r-- | app/views/projects/pipelines/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml index 3d73284699f..38237d2d97d 100644 --- a/app/views/projects/pipelines/index.html.haml +++ b/app/views/projects/pipelines/index.html.haml @@ -17,4 +17,4 @@ "ci-lint-path" => ci_lint_path } } = page_specific_javascript_bundle_tag('common_vue') -= page_specific_javascript_bundle_tag('vue_pipelines') += page_specific_javascript_bundle_tag('pipelines') |