Commit 42879936 authored by Phil Hughes's avatar Phil Hughes

Hide description on mobile

parent 97a7bdd2
...@@ -6,28 +6,27 @@ ...@@ -6,28 +6,27 @@
Project services Project services
%p Project services allow you to integrate GitLab with other applications %p Project services allow you to integrate GitLab with other applications
.col-lg-9 .col-lg-9
.table-responsive %table.table
%table.table %colgroup
%colgroup %col
%col %col
%col %col.hidden-xs
%col %col{ width: "120" }
%col{ width: "120" } %thead
%thead %tr
%tr %th
%th %th Service
%th Service %th.hidden-xs Description
%th Description %th Last edit
%th Last edit - @services.sort_by(&:title).each do |service|
- @services.sort_by(&:title).each do |service| %tr
%tr %td
%td = boolean_to_icon service.activated?
= boolean_to_icon service.activated? %td
%td = link_to edit_namespace_project_service_path(@project.namespace, @project, service.to_param) do
= link_to edit_namespace_project_service_path(@project.namespace, @project, service.to_param) do %strong= service.title
%strong= service.title %td.hidden-xs
%td = service.description
= service.description %td.light
%td.light = time_ago_in_words service.updated_at
= time_ago_in_words service.updated_at ago
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