summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-02 11:05:48 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-02 11:05:48 +0000
commit0a10d85927a62bfbe953656d55d50b3a3e7ffa01 (patch)
treed61e571217c72a3d6c19af93e03709c13d39a799 /app/views/explore
parentb7c30cae4eedab5e8e41d9764ac08ca12361d054 (diff)
downloadgitlab-ce-0a10d85927a62bfbe953656d55d50b3a3e7ffa01.tar.gz
Update JS to use new standards
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/groups/_groups.html.haml2
-rw-r--r--app/views/explore/groups/index.html.haml3
2 files changed, 1 insertions, 4 deletions
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();