Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
1dc2b469
Commit
1dc2b469
authored
May 04, 2017
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add “groups” JS bundle
parent
5bce197b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
app/assets/javascripts/groups/index.js
app/assets/javascripts/groups/index.js
+3
-0
app/views/dashboard/groups/index.html.haml
app/views/dashboard/groups/index.html.haml
+2
-0
config/webpack.config.js
config/webpack.config.js
+1
-0
No files found.
app/assets/javascripts/groups/index.js
0 → 100644
View file @
1dc2b469
$
(()
=>
{
// Groups bundle
});
\ No newline at end of file
app/views/dashboard/groups/index.html.haml
View file @
1dc2b469
...
@@ -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
...
...
config/webpack.config.js
View file @
1dc2b469
...
@@ -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
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment