Commit bcb14a0d authored by Phil Hughes's avatar Phil Hughes

Merge branch '40895-fix-frequent-projects-stale-path' into 'master'

Use relative URL for projects to avoid storing domains

Closes #40895

See merge request gitlab-org/gitlab-ce!15876
parents a11fae24 f5e7fbf1
- project_meta = { id: @project.id, name: @project.name, namespace: @project.name_with_namespace, web_url: @project.web_url, avatar_url: @project.avatar_url } if @project&.persisted?
- project_meta = { id: @project.id, name: @project.name, namespace: @project.name_with_namespace, web_url: project_path(@project), avatar_url: @project.avatar_url } if @project&.persisted?
.projects-dropdown-container
.project-dropdown-sidebar
%ul
......
---
title: Use relative URL for projects to avoid storing domains
merge_request: 15876
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment