Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_api_layout.html.haml « help « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af723f906d9e57f09e3f00aa7060a2c1f8899422 (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 repository_files commits 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