diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-06-07 05:51:34 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-06-07 06:10:47 -0500 |
commit | ea71340f077ab2694fa473cf8238cf4b9513fda2 (patch) | |
tree | e4cc57476901d9ef03d6af680f90701b2c859e5d /app/views/dashboard | |
parent | f5dfd98856c0fcc8762a38812c71414b3faec951 (diff) | |
download | gitlab-ce-ea71340f077ab2694fa473cf8238cf4b9513fda2.tar.gz |
Restore code to make explore groups work
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/groups/_groups.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/groups/_groups.html.haml b/app/views/dashboard/groups/_groups.html.haml index ba7e0c21348..168e6272d8e 100644 --- a/app/views/dashboard/groups/_groups.html.haml +++ b/app/views/dashboard/groups/_groups.html.haml @@ -5,5 +5,5 @@ %template{ 'v-if' => '!isLoading && isEmpty' } %div{ 'v-cloak' => true } = render 'empty_state' - %template{ 'v-else-if' => '!isLoading && !isEmpty'} + %template{ 'v-else-if' => '!isLoading && !isEmpty' } %groups-component{ ':groups' => 'state.groups', ':page-info' => 'state.pageInfo' } |