summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_signature_badge.html.haml
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-08-28 13:50:21 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-08-29 13:09:39 +0200
commit11da029edb0bf09eb906301bd0692ed1d74d25eb (patch)
tree5da101de831f331b9bc4369b195b7e709e34ef9c /app/views/projects/commit/_signature_badge.html.haml
parentef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff)
downloadgitlab-ce-11da029edb0bf09eb906301bd0692ed1d74d25eb.tar.gz
Move GPG signed commits docs to new locationdocs/gpg-move-under-repository
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36804
Diffstat (limited to 'app/views/projects/commit/_signature_badge.html.haml')
-rw-r--r--app/views/projects/commit/_signature_badge.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_signature_badge.html.haml b/app/views/projects/commit/_signature_badge.html.haml
index a3783b31b86..d06b29db838 100644
--- a/app/views/projects/commit/_signature_badge.html.haml
+++ b/app/views/projects/commit/_signature_badge.html.haml
@@ -12,7 +12,7 @@
%span.monospace= signature.gpg_key_primary_keyid
- = link_to('Learn more about signing commits', help_page_path('user/project/gpg_signed_commits/index.md'), class: 'gpg-popover-help-link')
+ = link_to('Learn more about signing commits', help_page_path('user/project/repository/gpg_signed_commits/index.md'), class: 'gpg-popover-help-link')
%button{ class: css_classes, data: { toggle: 'popover', html: 'true', placement: 'auto top', title: title, content: content } }
= label