mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 18:01:42 +00:00
tablas lisas
This commit is contained in:
parent
f856cd78bb
commit
502db58a2f
5 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
- if @posts.present?
|
||||
.row
|
||||
.col
|
||||
%table.table.table-condensed.table-striped
|
||||
%table.table.table-condensed
|
||||
%tbody
|
||||
- @posts.each do |post|
|
||||
-#
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue