Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2018-10-04 10:55:37 +0300
committerPhil Hughes <me@iamphill.com>2018-10-04 10:55:37 +0300
commit337b2c80f32cbd9986843a04296252d40f9847c5 (patch)
tree44544a40e742e8009ef90a9590ba0d4543449df5 /config
parent14ed916cf2ffe82ca11b8d25a88cb20f88823734 (diff)
Resolve "Add new "Overview" tab on user profile page"
Diffstat (limited to 'config')
-rw-r--r--config/routes/user.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/user.rb b/config/routes/user.rb
index bc7df5e7584..e0ae264e2c0 100644
--- a/config/routes/user.rb
+++ b/config/routes/user.rb
@@ -45,6 +45,7 @@ scope(constraints: { username: Gitlab::PathRegex.root_namespace_route_regex }) d
get :contributed, as: :contributed_projects
get :snippets
get :exists
+ get :activity
get '/', to: redirect('%{username}'), as: nil
end