summaryrefslogtreecommitdiff
path: root/app/views/hooks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-11 09:35:21 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-11 16:37:34 +0200
commitc8b955a44b1897394d6dda349af2f183a820cc28 (patch)
tree25d5abec97ad186b8f2847443de493b02de19cf9 /app/views/hooks
parentc66bc99fb7d22d005cf0de687b9535f8bef52e23 (diff)
downloadgitlab-ce-c8b955a44b1897394d6dda349af2f183a820cc28.tar.gz
lil restyle
Diffstat (limited to 'app/views/hooks')
-rw-r--r--app/views/hooks/index.html.haml7
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