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