-
- Downloads
Fix broken Members link when relative URL root paths are used
Navigating to the "Members" section of a project would omit the relative URL root path. Fix the redirection and eliminate the need for a redirection in the first place. Fix other redirections failing to work with relative roots
Showing
- app/views/layouts/nav/sidebar/_project.html.haml 1 addition, 1 deletionapp/views/layouts/nav/sidebar/_project.html.haml
- changelogs/unreleased/sh-fix-broken-redirection-relative-url-root.yml 5 additions, 0 deletions...nreleased/sh-fix-broken-redirection-relative-url-root.yml
- config/routes/ci.rb 1 addition, 1 deletionconfig/routes/ci.rb
- config/routes/project.rb 1 addition, 1 deletionconfig/routes/project.rb
- config/routes/snippets.rb 1 addition, 1 deletionconfig/routes/snippets.rb
- config/routes/user.rb 6 additions, 6 deletionsconfig/routes/user.rb
Please register or sign in to comment