32 lines
751 B
Plaintext
32 lines
751 B
Plaintext
= render "projects/project_head"
|
|
%h3.page_title Services
|
|
%br
|
|
|
|
%ul.ui-box.well-list
|
|
%li
|
|
%h4.cgreen
|
|
= link_to edit_project_service_path(@project, :gitlab_ci) do
|
|
GitLab CI
|
|
%small Continuous integration server from GitLab
|
|
.pull-right
|
|
- if @gitlab_ci_service.try(:active)
|
|
%small.cgreen
|
|
%i.icon-ok
|
|
Enabled
|
|
- else
|
|
%small.cgray
|
|
%i.icon-off
|
|
Disabled
|
|
%li.disabled
|
|
%h4
|
|
Jenkins CI
|
|
%small An extendable open source continuous integration server
|
|
.pull-right
|
|
%small Not implemented yet
|
|
%li.disabled
|
|
%h4
|
|
Campfire
|
|
%small Web-based group chat tool
|
|
.pull-right
|
|
%small Not implemented yet
|