summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups/_groups.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/groups/_groups.html.haml')
-rw-r--r--app/views/dashboard/groups/_groups.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/dashboard/groups/_groups.html.haml b/app/views/dashboard/groups/_groups.html.haml
deleted file mode 100644
index 168e6272d8e..00000000000
--- a/app/views/dashboard/groups/_groups.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-.js-groups-list-holder
- #dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json), path: dashboard_groups_path } }
- .groups-list-loading
- = icon('spinner spin', 'v-show' => 'isLoading')
- %template{ 'v-if' => '!isLoading && isEmpty' }
- %div{ 'v-cloak' => true }
- = render 'empty_state'
- %template{ 'v-else-if' => '!isLoading && !isEmpty' }
- %groups-component{ ':groups' => 'state.groups', ':page-info' => 'state.pageInfo' }