blob: 2b4655285e29177444d58430572995fc0b2e7ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
= render "projects/project_head"
%h3.page_title Services
%br
%ul.unstyled.ui-box
%li.wll
%h4.cgreen
= link_to edit_project_service_path(@project, :gitlab_ci) do
GitLab CI
%small Continuous integration server from GitLab
.right
- if @gitlab_ci_service.try(:active)
%small.cgreen
%i.icon-ok
Enabled
- else
%small.cgray
%i.icon-off
Disabled
%li.wll
%h4.cgray
Jenkins CI
%small An extendable open source continuous integration server
.right
%small Not implemented yet
%li.wll
%h4.cgray
Campfire
%small Web-based group chat tool
.right
%small Not implemented yet
|