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?
.row
.col
%table.table.table-condensed.table-striped
%table.table.table-condensed
%tbody
- @posts.each do |post|
-#

View file

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

View file

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

View file

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

View file

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