Skip to content
Snippets Groups Projects
Commit 1dc2b469 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Add “groups” JS bundle

parent 5bce197b
No related branches found
No related tags found
No related merge requests found
$(() => {
// Groups bundle
});
\ No newline at end of file
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment