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

14 lines
400 B
Plaintext
Raw Normal View History

%h3.page-title Project services
%p.light Project services allow you to integrate GitLab with other applications
2013-08-12 14:21:57 +00:00
%hr
2012-11-19 19:34:05 +00:00
2013-05-22 13:58:44 +00:00
%ul.bordered-list
- @services.sort_by(&:title).each do |service|
2013-05-22 13:58:44 +00:00
%li
%h4
= link_to edit_project_service_path(@project, service.to_param) do
= service.title
.pull-right
= boolean_to_icon service.activated?
2013-05-22 13:58:44 +00:00
%p= service.description