summaryrefslogtreecommitdiff
path: root/app/views/help/web_hooks.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-22 17:58:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-22 17:58:09 +0200
commit2be107d0d9414d6de4df5bd5e3bea2fb1f1dbde5 (patch)
treefa8df1220c8c33b00a49820b3ba832b9b8e3b9b4 /app/views/help/web_hooks.html.haml
parent69ec189ad25000caa247aad944eda2398045b612 (diff)
downloadgitlab-ce-2be107d0d9414d6de4df5bd5e3bea2fb1f1dbde5.tar.gz
Help with index
Diffstat (limited to 'app/views/help/web_hooks.html.haml')
-rw-r--r--app/views/help/web_hooks.html.haml24
1 files changed, 11 insertions, 13 deletions
diff --git a/app/views/help/web_hooks.html.haml b/app/views/help/web_hooks.html.haml
index 65036613fa7..09745f73614 100644
--- a/app/views/help/web_hooks.html.haml
+++ b/app/views/help/web_hooks.html.haml
@@ -1,15 +1,13 @@
-%h3.page_title Web hooks
-.back_link
- = link_to help_path do
- &larr; to index
-%hr
-
-%p.slead
- Every GitLab project can trigger a web server whenever the repo is pushed to.
- %br
- Web Hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
+= render layout: 'help/layout' do
+ %h3.page_title Web hooks
%br
- GitLab will send POST request with commits information on every push.
-%h5 Hooks request example:
-= render "hooks/data_ex"
+
+ %p.slead
+ Every GitLab project can trigger a web server whenever the repo is pushed to.
+ %br
+ Web Hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
+ %br
+ GitLab will send POST request with commits information on every push.
+ %h5 Hooks request example:
+ = render "hooks/data_ex"