gitlab-org--gitlab-foss/app/views/help/_api_layout.html.haml

14 lines
474 B
Plaintext
Raw Normal View History

2013-06-06 10:19:23 +00:00
.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 groups session issues milestones merge_requests notes system_hooks).each do |file|
2013-06-06 10:19:23 +00:00
%li{class: file == @category ? 'active' : nil}
= link_to file.titleize, help_api_file_path(file)
.span9.pull-right
= yield