summaryrefslogtreecommitdiff
path: root/app/views/projects/services/index.html.haml
blob: 7271dd830ca76f2e9b73cce73dbd10ff5170c31c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%h3.page-title Project services
%p.light Project services allow you to integrate GitLab with other applications
%hr

%ul.bordered-list
  - @services.sort_by(&:title).each do |service|
    %li
      %h4
        = link_to edit_project_service_path(@project, service.to_param) do
          = service.title
        .pull-right
          = boolean_to_icon service.activated?
      %p= service.description