Hide description on mobile

This commit is contained in:
Phil Hughes 2016-05-26 09:15:56 +01:00
parent 97a7bdd251
commit 42879936a8
1 changed files with 24 additions and 25 deletions

View File

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