summaryrefslogtreecommitdiff
path: root/app/views/admin/services/index.html.haml
blob: 30b60bf8d3a7789a2eac050dac27e163fc65d273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- page_title "服务模板"
%h3.page-title 服务模板
%p.light 服务模板可以为项目服务设置默认值

.table-holder
  %table.table
    %thead
      %tr
        %th
        %th 服务
        %th 描述
        %th 最后编辑
    - @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
          过去