diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-11 09:35:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-11 16:37:34 +0200 |
commit | c8b955a44b1897394d6dda349af2f183a820cc28 (patch) | |
tree | 25d5abec97ad186b8f2847443de493b02de19cf9 /app/views/hooks | |
parent | c66bc99fb7d22d005cf0de687b9535f8bef52e23 (diff) | |
download | gitlab-ce-c8b955a44b1897394d6dda349af2f183a820cc28.tar.gz |
lil restyle
Diffstat (limited to 'app/views/hooks')
-rw-r--r-- | app/views/hooks/index.html.haml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml index e149f4fc767..3bff76f47c0 100644 --- a/app/views/hooks/index.html.haml +++ b/app/views/hooks/index.html.haml @@ -1,9 +1,4 @@ = render "repositories/head" - - - - -.right= link_to "Add new", new_project_hook_path(@project), :class => "grey-button append-bottom-10" - unless @hooks.empty? %div.update-data.ui-box.ui-box-small .data @@ -19,7 +14,7 @@ %h3 No hooks .clear -%h3 Help +%hr %p Post receive hooks. For now only POST request allowed. We send some data with request. Example below |