2012-11-19 22:34:05 +03:00
|
|
|
= render "projects/project_head"
|
|
|
|
%h3.page_title Services
|
2012-12-02 08:41:06 +03:00
|
|
|
%br
|
2012-11-19 22:34:05 +03:00
|
|
|
|
2012-12-18 06:14:05 +03:00
|
|
|
%ul.ui-box.well-list
|
|
|
|
%li
|
2012-12-20 11:52:42 +02:00
|
|
|
%h4.cgreen
|
2012-12-02 08:41:06 +03:00
|
|
|
= link_to edit_project_service_path(@project, :gitlab_ci) do
|
|
|
|
GitLab CI
|
|
|
|
%small Continuous integration server from GitLab
|
2013-01-30 16:40:43 +02:00
|
|
|
.pull-right
|
2012-12-05 14:17:40 +02:00
|
|
|
- if @gitlab_ci_service.try(:active)
|
2012-12-20 11:52:42 +02:00
|
|
|
%small.cgreen
|
|
|
|
%i.icon-ok
|
|
|
|
Enabled
|
2012-12-02 08:41:06 +03:00
|
|
|
- else
|
2012-12-20 11:52:42 +02:00
|
|
|
%small.cgray
|
|
|
|
%i.icon-off
|
|
|
|
Disabled
|
2012-12-18 06:14:05 +03:00
|
|
|
%li.disabled
|
|
|
|
%h4
|
2012-12-02 08:41:06 +03:00
|
|
|
Jenkins CI
|
|
|
|
%small An extendable open source continuous integration server
|
2013-01-30 16:40:43 +02:00
|
|
|
.pull-right
|
2012-12-02 08:41:06 +03:00
|
|
|
%small Not implemented yet
|
2012-12-18 06:14:05 +03:00
|
|
|
%li.disabled
|
|
|
|
%h4
|
2012-12-02 08:41:06 +03:00
|
|
|
Campfire
|
|
|
|
%small Web-based group chat tool
|
2013-01-30 16:40:43 +02:00
|
|
|
.pull-right
|
2012-12-02 08:41:06 +03:00
|
|
|
%small Not implemented yet
|