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
626d5caf
Commit
626d5caf
authored
Jul 23, 2018
by
Luke Bennett
Committed by
Bob Van Landuyt
Jul 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scope instance_statistics to dash
parent
4090362e
Changes
2
Show 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 @
626d5caf
...
...
@@ -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"
...
...
config/routes/instance_statistics.rb
View file @
626d5caf
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
...
...
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