mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:26:22 +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?
|
- 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|
|
||||||
-#
|
-#
|
||||||
|
|
|
@ -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')
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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')
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue