summaryrefslogtreecommitdiff
path: root/app/views/groups/_subgroups_and_projects.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/_subgroups_and_projects.html.haml')
-rw-r--r--app/views/groups/_subgroups_and_projects.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/groups/_subgroups_and_projects.html.haml b/app/views/groups/_subgroups_and_projects.html.haml
new file mode 100644
index 00000000000..d53c8026df8
--- /dev/null
+++ b/app/views/groups/_subgroups_and_projects.html.haml
@@ -0,0 +1,8 @@
+#js-groups-subgroups_and_projects-tree
+ .empty-state.hidden
+ = render "shared/groups/empty_state"
+
+ %ul.content-list{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } }
+ .js-groups-list-holder
+ .loading-container.text-center
+ = icon('spinner spin 2x', class: 'loading-animation prepend-top-20')