Commit 130433158981bd4f95121060d75d8fb56c14f80d
1 parent
1bae64d7
Exists in
master
and in
4 other branches
remove commits API section from help
Showing
1 changed file
with
0 additions
and
11 deletions
Show diff stats
app/views/help/api.html.haml
@@ -19,8 +19,6 @@ | @@ -19,8 +19,6 @@ | ||
19 | = link_to "Issues", "#issues", 'data-toggle' => 'tab' | 19 | = link_to "Issues", "#issues", 'data-toggle' => 'tab' |
20 | %li | 20 | %li |
21 | = link_to "Milestones", "#milestones", 'data-toggle' => 'tab' | 21 | = link_to "Milestones", "#milestones", 'data-toggle' => 'tab' |
22 | - %li | ||
23 | - = link_to "Commits", "#commits", 'data-toggle' => 'tab' | ||
24 | 22 | ||
25 | .tab-content | 23 | .tab-content |
26 | .tab-pane.active#README | 24 | .tab-pane.active#README |
@@ -85,12 +83,3 @@ | @@ -85,12 +83,3 @@ | ||
85 | .file_content.wiki | 83 | .file_content.wiki |
86 | = preserve do | 84 | = preserve do |
87 | = markdown File.read(Rails.root.join("doc", "api", "milestones.md")) | 85 | = markdown File.read(Rails.root.join("doc", "api", "milestones.md")) |
88 | - | ||
89 | - .tab-pane#commits | ||
90 | - .file_holder | ||
91 | - .file_title | ||
92 | - %i.icon-file | ||
93 | - Commits | ||
94 | - .file_content.wiki | ||
95 | - = preserve do | ||
96 | - = markdown File.read(Rails.root.join("doc", "api", "commits.md")) |