13 lines
400 B
Text
13 lines
400 B
Text
%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
|