diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-03-02 15:33:57 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-03-07 16:59:17 +0100 |
commit | 9b27027619580bffeffa88965007c2c29ac9648c (patch) | |
tree | a4c2cec4baf6d30a0314654150020682c7d05c5e /app | |
parent | 8b2ec23fefb469d4a8f986e140aa13e20d73e210 (diff) | |
download | gitlab-ce-9b27027619580bffeffa88965007c2c29ac9648c.tar.gz |
Add documentation for allowing maintainers to push
Diffstat (limited to 'app')
-rw-r--r-- | app/views/shared/issuable/form/_contribution.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/issuable/form/_contribution.html.haml b/app/views/shared/issuable/form/_contribution.html.haml index 11474ebc9d9..0f2d313a5cc 100644 --- a/app/views/shared/issuable/form/_contribution.html.haml +++ b/app/views/shared/issuable/form/_contribution.html.haml @@ -15,5 +15,6 @@ = form.label :allow_maintainer_to_push do = form.check_box :allow_maintainer_to_push, disabled: !issuable.can_allow_maintainer_to_push?(current_user) = _('Allow edits from maintainers') + = link_to 'About this feature', help_page_path('user/project/merge_requests/maintainer_access') .help-block = allow_maintainer_push_unavailable_reason(issuable) |