Commit 674f8739 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove plugins from project integrations page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9d250a8e
......@@ -3,4 +3,3 @@
- page_title 'Integrations'
= render 'projects/hooks/index'
= render 'projects/services/index'
= render 'shared/plugins/index'
......@@ -6,14 +6,18 @@
Plugins
%p
#{link_to 'Plugins', help_page_path('administration/plugins')} are similar to
system hooks but can be are executed as files instead of URL.
system hooks but are executed as files instead of sending data to a URL.
.col-lg-8.append-bottom-default
- if plugins.any?
%ul.content-list
- plugins.each do |file|
%li
= File.basename(file)
.panel.panel-default
.panel-heading
Plugins (#{plugins.count})
%ul.content-list
- plugins.each do |file|
%li
.monospace
= File.basename(file)
- else
%p.light-well.text-center
No plugins found.
---
title: Add plugins list to the system hooks page
merge_request: 17518
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment