summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-04 19:29:56 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-04 19:32:06 -0500
commit1dc2b4693e4a58c94e556ae219ae6200044f95dc (patch)
treeb61a1b228ee92008c181554837a93b1c4d24b441 /app/views/dashboard/groups
parent5bce197b617f2542430db7aecec321cf1619de72 (diff)
downloadgitlab-ce-1dc2b4693e4a58c94e556ae219ae6200044f95dc.tar.gz
Add “groups” JS bundle
Diffstat (limited to 'app/views/dashboard/groups')
-rw-r--r--app/views/dashboard/groups/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml
index 0d35d11fb63..bf1013c685b 100644
--- a/app/views/dashboard/groups/index.html.haml
+++ b/app/views/dashboard/groups/index.html.haml
@@ -2,6 +2,8 @@
- header_title "Groups", dashboard_groups_path
= render 'dashboard/groups_head'
+= page_specific_javascript_bundle_tag('groups')
+
- if @groups.empty?
= render 'empty_state'
- else