summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-11-29 12:32:05 -0800
committerNihad Abbasov <narkoz.2008@gmail.com>2012-11-29 12:32:05 -0800
commit658f260e9835800901462e5a5de350ee84fefe8d (patch)
treed35bbf052e56fc2f1c3bbfb9224f8e64e251600c /app/views/help
parent961cb285b08aed0281bc9a6e4634388ecc8e914c (diff)
downloadgitlab-ce-658f260e9835800901462e5a5de350ee84fefe8d.tar.gz
add docs for notes API
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/api.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/help/api.html.haml b/app/views/help/api.html.haml
index 00085166bcf..3f16637dd2e 100644
--- a/app/views/help/api.html.haml
+++ b/app/views/help/api.html.haml
@@ -21,6 +21,8 @@
= link_to "Issues", "#issues", 'data-toggle' => 'tab'
%li
= link_to "Milestones", "#milestones", 'data-toggle' => 'tab'
+ %li
+ = link_to "Notes", "#notes", 'data-toggle' => 'tab'
.tab-content
.tab-pane.active#README
@@ -94,3 +96,12 @@
.file_content.wiki
= preserve do
= markdown File.read(Rails.root.join("doc", "api", "milestones.md"))
+
+ .tab-pane#notes
+ .file_holder
+ .file_title
+ %i.icon-file
+ Notes
+ .file_content.wiki
+ = preserve do
+ = markdown File.read(Rails.root.join("doc", "api", "notes.md"))