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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-22 23:00:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-22 23:00:34 +0300
commitb0fff566c9489dcd63f045d87df96431a96bb019 (patch)
tree941f6050bede315e078ce31f1316b69d4cdc0a02 /app
parent06158a0ac52ea3fd606090ab394c6b8d1be72af0 (diff)
parent46c7691633cf45d2bae4e4d18fb978634f13623e (diff)
Merge branch 'issue_2239' into 'master'
Provide a link for fetching merge requests from command line instructions Closes #2239 See merge request !2540
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/merge_requests/show/_how_to_merge.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/merge_requests/show/_how_to_merge.html.haml b/app/views/projects/merge_requests/show/_how_to_merge.html.haml
index 877cc3d744b..0dbd159298e 100644
--- a/app/views/projects/merge_requests/show/_how_to_merge.html.haml
+++ b/app/views/projects/merge_requests/show/_how_to_merge.html.haml
@@ -45,6 +45,10 @@
- unless @merge_request.can_be_merged_by?(current_user)
%p
Note that pushing to GitLab requires write access to this repository.
+ %p
+ %strong Tip:
+ You can also checkout merge requests locally by
+ %a{href: 'https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/workflow/merge_requests.md#checkout-merge-requests-locally', target: '_blank'} following these guidelines
:javascript
$(function(){