summaryrefslogtreecommitdiff
path: root/app/views/help/_api_layout.html.haml
blob: c211b658410ae724185b291b5ce3e91097bc7e8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.row
  .col-md-3
    .append-bottom-20
      = link_to help_path, class: 'btn btn-small' do
        %i.icon-angle-left
        Back to help
    %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|
        %li{class: file == @category ? 'active' : nil}
          = link_to file.titleize, help_api_file_path(file)

  .col-md-9.pull-right
    = yield