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

50 lines
937 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.
2013-01-05 23:30:38 +01:00
%br
.row
.span6
.ui-box
.title
%h5 Help
%ul.well-list
%li
%span= link_to "Workflow", help_workflow_path
2013-01-05 23:30:38 +01:00
%li
%span= link_to "Permissions", help_permissions_path
2013-01-05 23:30:38 +01:00
%li
%span= link_to "Web Hooks", help_web_hooks_path
2013-01-05 23:30:38 +01:00
%li
%span= link_to "API", help_api_path
2013-01-05 23:30:38 +01:00
%li
%span= link_to "GitLab Markdown", help_markdown_path
2012-07-06 02:05:12 +02:00
2013-01-05 23:30:38 +01:00
%li
%span= link_to "SSH keys", help_ssh_path
2013-01-05 23:30:38 +01:00
.span6
.ui-box
.title
%h5 Admin Guide
%ul.well-list
2012-08-02 23:20:09 +02:00
2013-01-05 23:30:38 +01:00
%li
%span= link_to "GitLab Rake Tasks", help_raketasks_path
2013-01-05 23:30:38 +01:00
%li
%span= link_to "System Hooks", help_system_hooks_path