From 0a10d85927a62bfbe953656d55d50b3a3e7ffa01 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Thu, 2 Mar 2017 11:05:48 +0000 Subject: Update JS to use new standards --- app/views/explore/groups/_groups.html.haml | 2 +- app/views/explore/groups/index.html.haml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'app/views/explore') diff --git a/app/views/explore/groups/_groups.html.haml b/app/views/explore/groups/_groups.html.haml index 8a8c2a740f1..794c6d1d170 100644 --- a/app/views/explore/groups/_groups.html.haml +++ b/app/views/explore/groups/_groups.html.haml @@ -1,4 +1,4 @@ -.groups-list-holder +.js-groups-list-holder %ul.content-list - @groups.each do |group| = render 'shared/groups/group', group: group diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml index 10383613c2b..7f1bacc91cb 100644 --- a/app/views/explore/groups/index.html.haml +++ b/app/views/explore/groups/index.html.haml @@ -13,6 +13,3 @@ .nothing-here-block No public groups = paginate @groups, theme: "gitlab" - -:javascript - GroupsList.init(); -- cgit v1.2.3