summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar/_project.html.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-10-25 21:15:35 +0300
committerStan Hu <stanhu@gmail.com>2017-10-27 14:32:38 -0700
commitd6cd7006aef0199fd346ead55bf094afcf696d40 (patch)
tree825a51e7d0302023093236801cc5cb6a4c35ce4a /app/views/layouts/nav/sidebar/_project.html.haml
parentdfd6c3f824ada5558546b809fd32468325788b94 (diff)
downloadgitlab-ce-d6cd7006aef0199fd346ead55bf094afcf696d40.tar.gz
Fix broken Members link when relative URL root paths are usedsh-fix-broken-redirection-relative-url-root
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
Diffstat (limited to 'app/views/layouts/nav/sidebar/_project.html.haml')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index f82207559a3..66146e61263 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -274,7 +274,7 @@
Members
%ul.sidebar-sub-level-items.is-fly-out-only
= nav_link(path: %w[members#show], html_options: { class: "fly-out-top-item" } ) do
- = link_to project_settings_members_path(@project) do
+ = link_to project_project_members_path(@project) do
%strong.fly-out-top-item-name
#{ _('Members') }