Skip to content
Snippets Groups Projects
Commit f5e7fbf1 authored by Kushal Pandya's avatar Kushal Pandya Committed by Phil Hughes
Browse files

Use relative URL for projects to avoid storing domains

parent a11fae24
No related branches found
No related tags found
No related merge requests found
- 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
Loading
Loading
---
title: Use relative URL for projects to avoid storing domains
merge_request: 15876
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment