提交 5e98293b 编写于 作者: D Dmitriy Zaporozhets

Redesign services page

上级 a6bdf7d8
%h3.page-title Project services
%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|
%li
%h4
%tr
%td
= boolean_to_icon service.activated?
%td
= link_to edit_project_service_path(@project, service.to_param) do
= service.title
.pull-right
= boolean_to_icon service.activated?
%p= service.description
%strong= service.title
%td
= service.description
%td.light
= time_ago_in_words service.updated_at
ago
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册