mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Merge pull request #4619 from thomasbiddle/merge_request_api
Adding links to the merge requests and group documentation.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Back to help
|
||||
%br
|
||||
%ul.nav.nav-pills.nav-stacked
|
||||
- %w(README projects project_snippets repositories deploy_keys users session issues milestones notes system_hooks).each do |file|
|
||||
- %w(README projects project_snippets repositories deploy_keys users groups session issues milestones merge_requests notes system_hooks).each do |file|
|
||||
%li{class: file == @category ? 'active' : nil}
|
||||
= link_to file.titleize, help_api_file_path(file)
|
||||
|
||||
|
||||
@@ -74,6 +74,7 @@ When listing resources you can pass the following parameters:
|
||||
+ [Projects](projects.md)
|
||||
+ [Project Snippets](project_snippets.md)
|
||||
+ [Repositories](repositories.md)
|
||||
+ [Merge Requests](merge_requests.md)
|
||||
+ [Issues](issues.md)
|
||||
+ [Milestones](milestones.md)
|
||||
+ [Notes](notes.md)
|
||||
|
||||
Reference in New Issue
Block a user