diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-07-24 05:52:43 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-07-24 05:52:43 -0700 |
commit | fbb41100db35cf2def2c8b4d896b7015d56bd15b (patch) | |
tree | d5370bc067c2bee633cc659e20b490b6be91d7a4 | |
parent | eca823c1c7cef45cc18c6ab36d2327650c85bfc3 (diff) | |
download | gitlab-ce-fbb41100db35cf2def2c8b4d896b7015d56bd15b.tar.gz |
update help section with issues API docs
-rw-r--r-- | app/views/help/api.html.haml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/app/views/help/api.html.haml b/app/views/help/api.html.haml index 4964c1bbd87..e184df549de 100644 --- a/app/views/help/api.html.haml +++ b/app/views/help/api.html.haml @@ -1,16 +1,18 @@ %h3 API .back_link - = link_to help_path do + = link_to help_path do ← to index %hr %ol - %li + %li %a{:href => "#README"} README - %li + %li %a{:href => "#projects"} Projects - %li + %li %a{:href => "#users"} Users + %li + %a{:href => "#issues"} Issues .file_holder#README .file_title @@ -39,3 +41,13 @@ .file_content.wiki = preserve do = markdown File.read(Rails.root.join("doc", "api", "users.md")) + +%br + +.file_holder#issues + .file_title + %i.icon-file + Issues + .file_content.wiki + = preserve do + = markdown File.read(Rails.root.join("doc", "api", "issues.md")) |