summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-06 16:36:54 -0500
committerMike Greiling <mike@pixelcog.com>2017-04-09 15:22:53 -0500
commit909718414b4399497d67c86aa5f7f6ca7296ea0e (patch)
tree5263bfb67a01d41cadb6553ba3a3f9f4c24d4b1e /app/assets/javascripts/commit
parent0329d7930cbe61305f6c04215691c3f75ef3eae2 (diff)
downloadgitlab-ce-909718414b4399497d67c86aa5f7f6ca7296ea0e.tar.gz
convert pipeline empty state to vue template
Diffstat (limited to 'app/assets/javascripts/commit')
-rw-r--r--app/assets/javascripts/commit/pipelines/pipelines_table.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/commit/pipelines/pipelines_table.js b/app/assets/javascripts/commit/pipelines/pipelines_table.js
index da9707549f9..fe64122a972 100644
--- a/app/assets/javascripts/commit/pipelines/pipelines_table.js
+++ b/app/assets/javascripts/commit/pipelines/pipelines_table.js
@@ -4,7 +4,7 @@ import PipelinesTableComponent from '../../vue_shared/components/pipelines_table
import PipelinesService from '../../vue_pipelines_index/services/pipelines_service';
import PipelineStore from '../../vue_pipelines_index/stores/pipelines_store';
import eventHub from '../../vue_pipelines_index/event_hub';
-import EmptyState from '../../vue_pipelines_index/components/empty_state';
+import EmptyState from '../../vue_pipelines_index/components/empty_state.vue';
import ErrorState from '../../vue_pipelines_index/components/error_state';
import '../../lib/utils/common_utils';
import '../../vue_shared/vue_resource_interceptor';