Merge branch 'features/help_with_index'

This commit is contained in:
Dmitriy Zaporozhets 2013-01-22 17:58:40 +02:00
commit e0fb0703c4
11 changed files with 444 additions and 426 deletions

View file

@ -81,6 +81,8 @@
} }
} }
} }
&.nav-small-tabs > li > a { padding: 6px 9px; }
} }
/** ALERT MESSAGES **/ /** ALERT MESSAGES **/

View file

@ -0,0 +1,34 @@
.row
.span3{:"data-spy" => 'affix'}
.ui-box
.title
%h5 Help
%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
.span9.right
= yield

View file

@ -1,10 +1,8 @@
= render layout: 'help/layout' do
%h3.page_title API %h3.page_title API
.back_link
= link_to help_path do
← to index
%br %br
%ul.nav.nav-tabs.log-tabs %ul.nav.nav-tabs.log-tabs.nav-small-tabs
%li.active %li.active
= link_to "README", "#README", 'data-toggle' => 'tab' = link_to "README", "#README", 'data-toggle' => 'tab'
%li %li

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title GitLab Flavored Markdown %h3.page_title GitLab Flavored Markdown
.back_link %br
= link_to help_path do
← to index
%hr
.row .row
.span8 .span8

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title Permissions %h3.page_title Permissions
.back_link %br
= link_to help_path do
← to index
%hr
%fieldset %fieldset
%legend Guest %legend Guest

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title Public Access %h3.page_title Public Access
.back_link %br
= link_to help_path do
← to index
%hr
%p %p
GitLab allows you to open selected projects to be accessed publicly. GitLab allows you to open selected projects to be accessed publicly.

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title GitLab Rake Tasks %h3.page_title GitLab Rake Tasks
.back_link %br
= link_to help_path do
← to index
%hr
%p.slead %p.slead
GitLab provides some specific rake tasks to enable special features or perform maintenance tasks. GitLab provides some specific rake tasks to enable special features or perform maintenance tasks.

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title SSH Keys %h3.page_title SSH Keys
.back_link %br
= link_to help_path do
← to index
%hr
%p.slead %p.slead
SSH key allows you to establish a secure connection between your computer and GitLab SSH key allows you to establish a secure connection between your computer and GitLab

View file

@ -1,8 +1,6 @@
%h3 System hooks = render layout: 'help/layout' do
.back_link %h3.page_title System hooks
= link_to :back do %br
← back
%hr
%p.slead %p.slead
Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member. Your GitLab instance can perform HTTP POST requests on the following events: create_project, delete_project, create_user, delete_user, change_team_member.

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title Web hooks %h3.page_title Web hooks
.back_link %br
= link_to help_path do
← to index
%hr
%p.slead %p.slead
Every GitLab project can trigger a web server whenever the repo is pushed to. Every GitLab project can trigger a web server whenever the repo is pushed to.

View file

@ -1,8 +1,6 @@
= render layout: 'help/layout' do
%h3.page_title Workflow %h3.page_title Workflow
.back_link %br
= link_to help_path do
← to index
%hr
%ol.help %ol.help
%li %li