Commit fbb41100db35cf2def2c8b4d896b7015d56bd15b
1 parent
eca823c1
Exists in
master
and in
4 other branches
update help section with issues API docs
Showing
1 changed file
with
16 additions
and
4 deletions
Show diff stats
app/views/help/api.html.haml
1 | 1 | %h3 API |
2 | 2 | .back_link |
3 | - = link_to help_path do | |
3 | + = link_to help_path do | |
4 | 4 | ← to index |
5 | 5 | %hr |
6 | 6 | |
7 | 7 | %ol |
8 | - %li | |
8 | + %li | |
9 | 9 | %a{:href => "#README"} README |
10 | - %li | |
10 | + %li | |
11 | 11 | %a{:href => "#projects"} Projects |
12 | - %li | |
12 | + %li | |
13 | 13 | %a{:href => "#users"} Users |
14 | + %li | |
15 | + %a{:href => "#issues"} Issues | |
14 | 16 | |
15 | 17 | .file_holder#README |
16 | 18 | .file_title |
... | ... | @@ -39,3 +41,13 @@ |
39 | 41 | .file_content.wiki |
40 | 42 | = preserve do |
41 | 43 | = markdown File.read(Rails.root.join("doc", "api", "users.md")) |
44 | + | |
45 | +%br | |
46 | + | |
47 | +.file_holder#issues | |
48 | + .file_title | |
49 | + %i.icon-file | |
50 | + Issues | |
51 | + .file_content.wiki | |
52 | + = preserve do | |
53 | + = markdown File.read(Rails.root.join("doc", "api", "issues.md")) | ... | ... |