summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks/_project_hook.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/hooks/_project_hook.html.haml')
-rw-r--r--app/views/projects/hooks/_project_hook.html.haml15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/views/projects/hooks/_project_hook.html.haml b/app/views/projects/hooks/_project_hook.html.haml
deleted file mode 100644
index 5a22e6cdf99..00000000000
--- a/app/views/projects/hooks/_project_hook.html.haml
+++ /dev/null
@@ -1,15 +0,0 @@
-%li
- .row
- .col-md-8.col-lg-7
- %strong.light-header= hook.url
- %div
- - %w(push_events tag_push_events issues_events confidential_issues_events note_events merge_requests_events build_events pipeline_events wiki_page_events).each do |trigger|
- - if hook.send(trigger)
- %span.label.label-gray.deploy-project-label= trigger.titleize
- .col-md-4.col-lg-5.text-right-lg.prepend-top-5
- %span.append-right-10.inline
- SSL Verification: #{hook.enable_ssl_verification ? "enabled" : "disabled"}
- = link_to "Test", test_namespace_project_hook_path(@project.namespace, @project, hook), class: "btn btn-sm"
- = link_to namespace_project_settings_integrations_path(@project.namespace, @project, hook), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-transparent" do
- %span.sr-only Remove
- = icon('trash')