gitlabhq/app/views/help/index.html.haml

37 lines
618 B
Plaintext
Raw Normal View History

%h3.page_title
2012-05-24 08:23:25 +02:00
GITLAB
.right
%span= Gitlab::Version
%small= Gitlab::Revision
2012-02-15 22:51:04 +01:00
%hr
%p.lead
Self Hosted Git Management
%br
Fast, secure and stable solution based on Ruby on Rails & Gitolite.
2012-02-15 22:51:04 +01:00
%hr
2012-02-15 22:51:04 +01:00
%h3 Help
2012-02-15 22:51:04 +01:00
%ol
%li
2012-03-07 23:15:31 +01:00
%h5= link_to "Workflow", help_workflow_path
2012-02-15 22:51:04 +01:00
%li
2012-03-07 23:15:31 +01:00
%h5= link_to "Permissions", help_permissions_path
%li
%h5= link_to "Web Hooks", help_web_hooks_path
2012-07-06 02:05:12 +02:00
%li
%h5= link_to "System Hooks", help_system_hooks_path
2012-07-06 02:05:12 +02:00
%li
%h5= link_to "API", help_api_path
2012-08-02 23:20:09 +02:00
%li
%h5= link_to "GitLab Markdown", help_markdown_path
%li
%h5= link_to "SSH keys", help_ssh_path