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