Commit 1dc2b469 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add “groups” JS bundle

parent 5bce197b
$(() => {
// Groups bundle
});
\ No newline at end of file
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
- header_title "Groups", dashboard_groups_path - header_title "Groups", dashboard_groups_path
= render 'dashboard/groups_head' = render 'dashboard/groups_head'
= page_specific_javascript_bundle_tag('groups')
- if @groups.empty? - if @groups.empty?
= render 'empty_state' = render 'empty_state'
- else - else
......
...@@ -32,6 +32,7 @@ var config = { ...@@ -32,6 +32,7 @@ var config = {
filtered_search: './filtered_search/filtered_search_bundle.js', filtered_search: './filtered_search/filtered_search_bundle.js',
graphs: './graphs/graphs_bundle.js', graphs: './graphs/graphs_bundle.js',
group: './group.js', group: './group.js',
groups: './groups/index.js',
groups_list: './groups_list.js', groups_list: './groups_list.js',
issuable: './issuable/issuable_bundle.js', issuable: './issuable/issuable_bundle.js',
issue_show: './issue_show/index.js', issue_show: './issue_show/index.js',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment