index.html.haml 400 Bytes
%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