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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-07-28 14:42:51 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-07-30 11:42:58 +0300
commitddcf8e8165340c637e1598375916f85a71433b8d (patch)
treebea686fee47da209ff7e034de634cc32e45c89f0 /layouts/feedback.html
parent24e5b4beb907452720dfcfffa8936f9f7a0dd6cf (diff)
Make edit page links to open in a new tab
Diffstat (limited to 'layouts/feedback.html')
-rw-r--r--layouts/feedback.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/feedback.html b/layouts/feedback.html
index 8eaa4cc4..5c69e7eb 100644
--- a/layouts/feedback.html
+++ b/layouts/feedback.html
@@ -12,8 +12,8 @@
<div class="col-md-8">
<div>
<h5 class="help-and-feedback-heading">Docs</h5>
- <a class="help-and-feedback-link" href="<%= edit_on_gitlab(@item) %>" target="_blank">Edit this page</a> to fix an error or add an improvement in a merge request<br>
- <a class="help-and-feedback-link" href="https://gitlab.com/gitlab-org/gitlab/-/issues/new?issue[description]=Link%20the%20doc%20and%20describe%20what%20is%20wrong%20with%20it.%0A%0A%3C!--%20Don%27t%20edit%20below%20this%20line%20--%3E%0A%0A%2Flabel%20~Documentation%20~%22docs%5C-comments%22%20&issue[title]=Docs%20feedback:%20Write%20your%20title" target="_blank">Create an issue</a> to suggest an improvement to this doc<br>
+ <a class="help-and-feedback-link" href="<%= edit_on_gitlab(@item) %>" target="_blank" rel="noopener noreferrer">Edit this page</a> to fix an error or add an improvement in a merge request<br>
+ <a class="help-and-feedback-link" href="https://gitlab.com/gitlab-org/gitlab/-/issues/new?issue[description]=Link%20the%20doc%20and%20describe%20what%20is%20wrong%20with%20it.%0A%0A%3C!--%20Don%27t%20edit%20below%20this%20line%20--%3E%0A%0A%2Flabel%20~Documentation%20~%22docs%5C-comments%22%20&issue[title]=Docs%20feedback:%20Write%20your%20title" target="_blank" rel="noopener noreferrer">Create an issue</a> to suggest an improvement to this doc<br>
<%# Show comments only in production and on master branch (hide archives) %>
<% if @item[:comments].nil? && is_production? && ENV['CI_COMMIT_REF_NAME'] == 'master' %>
<% unless @item.identifier.to_s.split('/')[1] == 'ce' %>