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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
1a611cf1
Commit
1a611cf1
authored
6 years ago
by
Luke Bennett
Committed by
Bob Van Landuyt
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scope instance_statistics to dash
parent
53c32717
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
config/routes.rb
config/routes.rb
+2
-1
config/routes/instance_statistics.rb
config/routes/instance_statistics.rb
+1
-1
No files found.
config/routes.rb
View file @
1a611cf1
...
...
@@ -70,6 +70,8 @@ Rails.application.routes.draw do
get
'ide'
=>
'ide#index'
get
'ide/*vueroute'
=>
'ide#index'
,
format:
false
draw
:instance_statistics
end
# Koding route
...
...
@@ -110,7 +112,6 @@ Rails.application.routes.draw do
draw
:group
draw
:user
draw
:project
draw
:instance_statistics
root
to:
"root#index"
...
...
This diff is collapsed.
Click to expand it.
config/routes/instance_statistics.rb
View file @
1a611cf1
# frozen_string_literal: true
namespace
:instance_statistics
do
root
to:
redirect
(
"instance_statistics/conversational_development_index"
)
root
to:
redirect
(
'-/instance_statistics/conversational_development_index'
)
resources
:cohorts
,
only: :index
resources
:conversational_development_index
,
only: :index
...
...
This diff is collapsed.
Click to expand it.
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