Add “groups” JS bundle
This commit is contained in:
parent
5bce197b61
commit
1dc2b4693e
3 changed files with 6 additions and 0 deletions
3
app/assets/javascripts/groups/index.js
Normal file
3
app/assets/javascripts/groups/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
$(() => {
|
||||
// Groups bundle
|
||||
});
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue