Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « services « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c94f965eec1f968a999d6613f2e7ec9ddc858c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= 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
      .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
      .right
        %small Not implemented yet
  %li.disabled
    %h4
      Campfire
      %small Web-based group chat tool
      .right
        %small Not implemented yet