Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
674f8739
Commit
674f8739
authored
Mar 06, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove plugins from project integrations page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
9d250a8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
app/views/projects/settings/integrations/show.html.haml
app/views/projects/settings/integrations/show.html.haml
+0
-1
app/views/shared/plugins/_index.html.haml
app/views/shared/plugins/_index.html.haml
+9
-5
changelogs/unreleased/dz-plugins-project-integrations.yml
changelogs/unreleased/dz-plugins-project-integrations.yml
+5
-0
No files found.
app/views/projects/settings/integrations/show.html.haml
View file @
674f8739
...
@@ -3,4 +3,3 @@
...
@@ -3,4 +3,3 @@
-
page_title
'Integrations'
-
page_title
'Integrations'
=
render
'projects/hooks/index'
=
render
'projects/hooks/index'
=
render
'projects/services/index'
=
render
'projects/services/index'
=
render
'shared/plugins/index'
app/views/shared/plugins/_index.html.haml
View file @
674f8739
...
@@ -6,14 +6,18 @@
...
@@ -6,14 +6,18 @@
Plugins
Plugins
%p
%p
#{
link_to
'Plugins'
,
help_page_path
(
'administration/plugins'
)
}
are similar to
#{
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
.col-lg-8.append-bottom-default
-
if
plugins
.
any?
-
if
plugins
.
any?
%ul
.content-list
.panel.panel-default
-
plugins
.
each
do
|
file
|
.panel-heading
%li
Plugins (
#{
plugins
.
count
}
)
=
File
.
basename
(
file
)
%ul
.content-list
-
plugins
.
each
do
|
file
|
%li
.monospace
=
File
.
basename
(
file
)
-
else
-
else
%p
.light-well.text-center
%p
.light-well.text-center
No plugins found.
No plugins found.
changelogs/unreleased/dz-plugins-project-integrations.yml
0 → 100644
View file @
674f8739
---
title
:
Add plugins list to the system hooks page
merge_request
:
17518
author
:
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment