summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups/_groups.html.haml
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-07 05:51:34 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-07 06:10:47 -0500
commitea71340f077ab2694fa473cf8238cf4b9513fda2 (patch)
treee4cc57476901d9ef03d6af680f90701b2c859e5d /app/views/dashboard/groups/_groups.html.haml
parentf5dfd98856c0fcc8762a38812c71414b3faec951 (diff)
downloadgitlab-ce-ea71340f077ab2694fa473cf8238cf4b9513fda2.tar.gz
Restore code to make explore groups work
Diffstat (limited to 'app/views/dashboard/groups/_groups.html.haml')
-rw-r--r--app/views/dashboard/groups/_groups.html.haml2
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' }