diff options
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/_subgroups_and_projects.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_subgroups_and_projects.html.haml b/app/views/groups/_subgroups_and_projects.html.haml index 784f5ac233e..cb15fe339e1 100644 --- a/app/views/groups/_subgroups_and_projects.html.haml +++ b/app/views/groups/_subgroups_and_projects.html.haml @@ -2,7 +2,7 @@ .empty-state.hidden = render "shared/groups/empty_state" - %ul.content-list{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } } + %section{ data: { hide_projects: 'false', group_id: group.id, path: group_path(group) } } .js-groups-list-holder .loading-container.text-center.prepend-top-20 .spinner.spinner-md |