gitlabhq/gitlabhq

View on GitHub
app/views/projects/services/index.html.haml

Summary

Maintainability
Test Coverage
%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