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
9c50f96c
Commit
9c50f96c
authored
Mar 05, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show plugins list on project integrations page
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8a0052c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
app/views/projects/settings/integrations/show.html.haml
app/views/projects/settings/integrations/show.html.haml
+1
-0
app/views/shared/plugins/_index.html.haml
app/views/shared/plugins/_index.html.haml
+20
-0
No files found.
app/views/projects/settings/integrations/show.html.haml
View file @
9c50f96c
...
...
@@ -3,3 +3,4 @@
-
page_title
'Integrations'
=
render
'projects/hooks/index'
=
render
'projects/services/index'
=
render
'shared/plugins/index'
app/views/shared/plugins/_index.html.haml
0 → 100644
View file @
9c50f96c
-
plugins
=
Gitlab
::
Plugin
.
files
.row.prepend-top-default
.col-lg-4
%h4
.prepend-top-0
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.
.col-lg-8.append-bottom-default
-
if
plugins
.
any?
%ul
.content-list
-
plugins
.
each
do
|
file
|
%li
%span
.title
=
File
.
basename
(
file
)
-
else
%p
.settings-message.text-center.append-bottom-0
No plugins found.
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