diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2018-10-04 07:55:37 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-10-04 07:55:37 +0000 |
commit | 337b2c80f32cbd9986843a04296252d40f9847c5 (patch) | |
tree | 44544a40e742e8009ef90a9590ba0d4543449df5 /config | |
parent | 14ed916cf2ffe82ca11b8d25a88cb20f88823734 (diff) | |
download | gitlab-ce-337b2c80f32cbd9986843a04296252d40f9847c5.tar.gz |
Resolve "Add new "Overview" tab on user profile page"
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/user.rb | 1 |
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 |