tablas lisas

This commit is contained in:
f 2019-09-12 14:09:43 -03:00
parent f856cd78bb
commit 502db58a2f
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
5 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@
- if @posts.present? - if @posts.present?
.row .row
.col .col
%table.table.table-condensed.table-striped %table.table.table-condensed
%tbody %tbody
- @posts.each do |post| - @posts.each do |post|
-# -#

View file

@ -11,7 +11,7 @@
edit_site_post_path(@site, @post.id), edit_site_post_path(@site, @post.id),
class: 'btn btn-block' class: 'btn btn-block'
%table.table.table-condensed.table-striped.table-responsive %table.table.table-condensed.table-responsive
%thead %thead
%tr %tr
%th.text-center{ colspan: 2 }= t('.front_matter') %th.text-center{ colspan: 2 }= t('.front_matter')

View file

@ -8,7 +8,7 @@
= link_to t('sites.new.title'), new_site_path, = link_to t('sites.new.title'), new_site_path,
class: 'btn' class: 'btn'
%table.table.table-striped.table-condensed %table.table.table-condensed
%tbody %tbody
- @sites.each do |site| - @sites.each do |site|
%tr %tr

View file

@ -7,7 +7,7 @@
%h1= t('.title') %h1= t('.title')
%p.lead= t('.help') %p.lead= t('.help')
%table.table.table-striped.table-condensed %table.table.table-condensed
%tbody %tbody
%tr %tr
%td= t('.build.average') %td= t('.build.average')

View file

@ -28,7 +28,7 @@
data: { toggle: 'tooltip' }, data: { toggle: 'tooltip' },
title: t('.help.public_invite') title: t('.help.public_invite')
%p= t(".help.#{u}") %p= t(".help.#{u}")
%table.table.table-striped.table-condensed %table.table.table-condensed
%tbody %tbody
- @site.send(u).each do |cuenta| - @site.send(u).each do |cuenta|
- rol = cuenta.rol_for_site(@site) - rol = cuenta.rol_for_site(@site)