BigW Consortium Gitlab

_api_layout.html.haml 477 Bytes
Newer Older
Dmitriy Zaporozhets committed
1 2
.row
  .span3
3 4 5 6
    .append-bottom-20
      = link_to help_path, class: 'btn btn-small' do
        %i.icon-angle-left
        Back to help
Dmitriy Zaporozhets committed
7
    %ul.nav.nav-pills.nav-stacked
8
      - %w(README projects project_snippets repositories deploy_keys users groups session issues milestones merge_requests notes system_hooks).each do |file|
Dmitriy Zaporozhets committed
9 10 11 12 13
        %li{class: file == @category ? 'active' : nil}
          = link_to file.titleize, help_api_file_path(file)

  .span9.pull-right
    = yield