Commit 42879936 authored by Phil Hughes's avatar Phil Hughes

Hide description on mobile

parent 97a7bdd2
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
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 %col.hidden-xs
%col{ width: "120" } %col{ width: "120" }
%thead %thead
%tr %tr
%th %th
%th Service %th Service
%th Description %th.hidden-xs Description
%th Last edit %th Last edit
- @services.sort_by(&:title).each do |service| - @services.sort_by(&:title).each do |service|
%tr %tr
...@@ -26,7 +25,7 @@ ...@@ -26,7 +25,7 @@
%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 %td.hidden-xs
= service.description = service.description
%td.light %td.light
= time_ago_in_words service.updated_at = time_ago_in_words service.updated_at
......
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