gitlab-org--gitlab-foss/app/views/help/_api_layout.html.haml
Dmitriy Zaporozhets 68d146b4a6 Improve api docs
2013-06-06 13:19:23 +03:00

13 lines
452 B
Text

.row
.span3
= link_to help_path, class: 'btn append-bottom-20 btn-small' do
%i.icon-angle-left
Back to help
%br
%ul.nav.nav-pills.nav-stacked
- %w(README projects project_snippets repositories deploy_keys users session issues milestones notes system_hooks).each do |file|
%li{class: file == @category ? 'active' : nil}
= link_to file.titleize, help_api_file_path(file)
.span9.pull-right
= yield