index.html.haml
367 Bytes
%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
= link_to edit_project_service_path(@project, service.to_param) do
= service.title
.pull-right
= boolean_to_icon service.activated?
%p= service.description