gitlabhq/app/views/services/index.html.haml

28 lines
651 B
Plaintext
Raw Normal View History

2012-11-19 20:34:05 +01:00
= render "projects/project_head"
%h3.page_title Services
%br
2012-11-19 20:34:05 +01:00
%ul.unstyled.ui-box
%li.wll
%h4
= 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 Enabled
- else
2012-12-05 04:14:05 +01:00
%small.cgray Disabled
%li.wll
%h4
Jenkins CI
%small An extendable open source continuous integration server
.right
%small Not implemented yet
%li.wll
%h4
Campfire
%small Web-based group chat tool
.right
%small Not implemented yet