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

32 lines
736 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.ui-box.well-list
%li
2012-12-20 10:52:42 +01:00
%h4.cgreen
= 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)
2012-12-20 10:52:42 +01:00
%small.cgreen
%i.icon-ok
Enabled
- else
2012-12-20 10:52:42 +01:00
%small.cgray
%i.icon-off
Disabled
%li.disabled
%h4
Jenkins CI
%small An extendable open source continuous integration server
.right
%small Not implemented yet
%li.disabled
%h4
Campfire
%small Web-based group chat tool
.right
%small Not implemented yet