diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index b760928..f49b89d 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -21,7 +21,7 @@ - if @posts.present? .row .col - %table.table.table-condensed.table-striped + %table.table.table-condensed %tbody - @posts.each do |post| -# diff --git a/app/views/posts/show.haml b/app/views/posts/show.haml index b8f9caf..86c4822 100644 --- a/app/views/posts/show.haml +++ b/app/views/posts/show.haml @@ -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') diff --git a/app/views/sites/index.haml b/app/views/sites/index.haml index 2587411..aba2f2d 100644 --- a/app/views/sites/index.haml +++ b/app/views/sites/index.haml @@ -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 diff --git a/app/views/stats/index.haml b/app/views/stats/index.haml index dd36df3..f49cdd1 100644 --- a/app/views/stats/index.haml +++ b/app/views/stats/index.haml @@ -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') diff --git a/app/views/usuaries/index.haml b/app/views/usuaries/index.haml index af7c644..1e61849 100644 --- a/app/views/usuaries/index.haml +++ b/app/views/usuaries/index.haml @@ -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)