Commit c8c05edc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'redesign-services-page' into 'master'

Redesign services page

Make services page more user-friendly

See merge request !1432
parents 4225dad4 5e98293b
%h3.page-title Project services %h3.page-title Project services
%p.light Project services allow you to integrate GitLab with other applications %p.light Project services allow you to integrate GitLab with other applications
%hr
%ul.bordered-list %table.table
%thead
%tr
%th
%th Service
%th Desription
%th Last edit
- @services.sort_by(&:title).each do |service| - @services.sort_by(&:title).each do |service|
%li %tr
%h4 %td
= boolean_to_icon service.activated?
%td
= link_to edit_project_service_path(@project, service.to_param) do = link_to edit_project_service_path(@project, service.to_param) do
= service.title %strong= service.title
.pull-right %td
= boolean_to_icon service.activated? = service.description
%p= service.description %td.light
= time_ago_in_words service.updated_at
ago
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment