summaryrefslogtreecommitdiff
path: root/app/views/hooks/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/hooks/index.html.haml')
-rw-r--r--app/views/hooks/index.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml
index d81cce763d6..15699fc4390 100644
--- a/app/views/hooks/index.html.haml
+++ b/app/views/hooks/index.html.haml
@@ -5,7 +5,7 @@
%span
Post receive hooks for binding events when someone push to repository.
%br
- Read more about web hooks
+ Read more about web hooks
%strong #{link_to "here", help_web_hooks_path, :class => "vlink"}
= form_for [@project, @hook], :as => :hook, :url => project_hooks_path(@project) do |f|
@@ -30,7 +30,7 @@
%tr
%th URL
%th Method
- %th
+ %th
- @hooks.each do |hook|
%tr
%td
@@ -40,4 +40,3 @@
%td POST
%td
= link_to 'Remove', project_hook_path(@project, hook), :confirm => 'Are you sure?', :method => :delete, :class => "danger btn small right"
-