Add “groups” JS bundle

This commit is contained in:
Alfredo Sumaran 2017-05-04 19:29:56 -05:00
parent 5bce197b61
commit 1dc2b4693e
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
$(() => {
// Groups bundle
});

View File

@ -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

View File

@ -32,6 +32,7 @@ var config = {
filtered_search: './filtered_search/filtered_search_bundle.js',
graphs: './graphs/graphs_bundle.js',
group: './group.js',
groups: './groups/index.js',
groups_list: './groups_list.js',
issuable: './issuable/issuable_bundle.js',
issue_show: './issue_show/index.js',