diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-20 19:35:56 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-20 19:35:56 +0300 |
commit | 49fe8fed11d5a8b73e15b507b214ea10b61524a5 (patch) | |
tree | 64569541bef730f8ef7bf321261ffb8ffe2be470 /app | |
parent | a605943d76216f2c5e78178c2b87ed92ff79741f (diff) | |
parent | d12579aa43372bdaa5989eee95db9c10e89befe7 (diff) | |
download | gitlab-ce-49fe8fed11d5a8b73e15b507b214ea10b61524a5.tar.gz |
Merge branch 'api'
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/api.html.haml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/help/api.html.haml b/app/views/help/api.html.haml index 35176f8e214..b1916110ca5 100644 --- a/app/views/help/api.html.haml +++ b/app/views/help/api.html.haml @@ -14,6 +14,8 @@ %li %a{href: "#users"} Users %li + %a{href: "#session"} Session + %li %a{href: "#issues"} Issues %li %a{href: "#milestones"} Milestones @@ -58,6 +60,16 @@ %br +.file_holder#session + .file_title + %i.icon-file + Session + .file_content.wiki + = preserve do + = markdown File.read(Rails.root.join("doc", "api", "session.md")) + +%br + .file_holder#issues .file_title %i.icon-file |