gitlab-org--gitlab-foss/app/views/admin/services/index.html.haml
Mlanawo Mbechezi 9e4d3f328f fix typo
2015-02-27 22:49:40 +01:00

22 lines
557 B
Text

%h3.page-title Service templates
%p.light Service template allows you to set default values for project services
%table.table
%thead
%tr
%th
%th Service
%th Description
%th Last edit
- @services.sort_by(&:title).each do |service|
%tr
%td
= icon("copy", class: 'clgray')
%td
= link_to edit_admin_application_settings_service_path(service.id) do
%strong= service.title
%td
= service.description
%td.light
= time_ago_in_words service.updated_at
ago