gitlab-org--gitlab-foss/app/views/projects/services/index.html.haml

18 lines
452 B
Plaintext

%h3.page-title Services
%p.light Services allow you to integrate GitLab with other applications
%hr
%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