gitlabhq/app/views/help/index.html.haml
2013-01-06 00:30:38 +02:00

50 lines
937 B
Plaintext

%h3.page_title
GITLAB
.right
%span= Gitlab::Version
%small= Gitlab::Revision
%hr
%p.lead
Self Hosted Git Management
%br
Fast, secure and stable solution based on Ruby on Rails & Gitolite.
%br
.row
.span6
.ui-box
.title
%h5 Help
%ul.well-list
%li
%span= link_to "Workflow", help_workflow_path
%li
%span= link_to "Permissions", help_permissions_path
%li
%span= link_to "Web Hooks", help_web_hooks_path
%li
%span= link_to "API", help_api_path
%li
%span= link_to "GitLab Markdown", help_markdown_path
%li
%span= link_to "SSH keys", help_ssh_path
.span6
.ui-box
.title
%h5 Admin Guide
%ul.well-list
%li
%span= link_to "GitLab Rake Tasks", help_raketasks_path
%li
%span= link_to "System Hooks", help_system_hooks_path