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

index.html.haml « services « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d254f66f1c3a6e622ccd2f344b97fb71d788bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%h3.page_title Services
%br

%ul.bordered-list
  - @services.each do |service|
    %li
      %h4
        - if service.activated?
          %span.cgreen
            %i.icon-circle
        - else
          %span.cgray
            %i.icon-circle-blank
        = link_to edit_project_service_path(@project, service.to_param) do
          = service.title
      %p= service.description