diff options
author | Andrey Vakarev <avakarev@gmail.com> | 2012-06-04 01:37:27 +0300 |
---|---|---|
committer | Andrey Vakarev <avakarev@gmail.com> | 2012-06-04 01:37:27 +0300 |
commit | 3bd06d55e0c7e0accf9efd2e0d67cf1ae76f7b0d (patch) | |
tree | f492c34aeacd1a5e3c4fc716155066f241943be5 /app/views/hooks | |
parent | 7e0726b1da5c27f958eb940e99e5f8cc3e4a5853 (diff) | |
download | gitlab-ce-3bd06d55e0c7e0accf9efd2e0d67cf1ae76f7b0d.tar.gz |
Remove trailing whitespaces and trailing lines
Diffstat (limited to 'app/views/hooks')
-rw-r--r-- | app/views/hooks/index.html.haml | 5 |
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" - |