summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks/_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/hooks/_index.html.haml')
-rw-r--r--app/views/projects/hooks/_index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/_index.html.haml b/app/views/projects/hooks/_index.html.haml
index 776681ea09a..5990582fd55 100644
--- a/app/views/projects/hooks/_index.html.haml
+++ b/app/views/projects/hooks/_index.html.haml
@@ -15,7 +15,7 @@
%h5.prepend-top-default
Webhooks (#{@hooks.count})
- if @hooks.any?
- %ul.well-list
+ %ul.content-list
- @hooks.each do |hook|
= render 'project_hook', hook: hook
- else