BigW Consortium Gitlab

_layout.html.haml 787 Bytes
Newer Older
Dmitriy Zaporozhets committed
1 2 3 4
.row
  .span3{:"data-spy" => 'affix'}
    .ui-box
      .title
5
        Help
Dmitriy Zaporozhets committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
      %ul.well-list
        %li
          %strong= link_to "Workflow", help_workflow_path
        %li
          %strong= link_to "SSH keys", help_ssh_path

        %li
          %strong= link_to "GitLab Markdown", help_markdown_path

        %li
          %strong= link_to "Permissions", help_permissions_path

        %li
          %strong= link_to "API", help_api_path

        %li
          %strong= link_to "Web Hooks", help_web_hooks_path

        %li
          %strong= link_to "Rake Tasks", help_raketasks_path

        %li
          %strong= link_to "System Hooks", help_system_hooks_path

        %li
          %strong= link_to "Public Access", help_public_access_path

33
  .span9.pull-right
Dmitriy Zaporozhets committed
34
    = yield