Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-15 03:16:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-15 03:16:44 +0300
commit9b0b4d9b9484aaeb82de5f24942460c679ae909e (patch)
tree3067ba8367840be4195b619acbe5b28b6c7f11f3 /app/views/projects/_remove_fork.html.haml
parent6df3cf6b4acbfe83f7a19e40bbd1471af5d6ce95 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/_remove_fork.html.haml')
-rw-r--r--app/views/projects/_remove_fork.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/_remove_fork.html.haml b/app/views/projects/_remove_fork.html.haml
index bfc1e77118a..89ddfa098c8 100644
--- a/app/views/projects/_remove_fork.html.haml
+++ b/app/views/projects/_remove_fork.html.haml
@@ -8,5 +8,4 @@
= form_for @project, url: remove_fork_project_path(@project), method: :delete, html: { id: remove_form_id } do |f|
%p
%strong= _('Once removed, the fork relationship cannot be restored. This project will no longer be able to receive or send merge requests to the source project or other forks.')
- = link_to _('Learn more.'), help_page_path('user/project/settings/index', anchor: 'remove-a-fork-relationship'), target: '_blank', rel: 'noopener noreferrer'
.js-confirm-danger{ data: remove_fork_project_confirm_json(@project, remove_form_id) }