:css a.dropdown-button { padding-left: 1em; padding-right: 1em; } - unless params[:action] == 'print' = paginate resources %thead %tr %th{ :"data-field"=>"name"}= t('.name') %th{ :"data-field"=>"active"}= t('.active') %th{ :"data-field"=>"name"}= t('.cups_adm') %th= t(:delete) %tbody.bordered.responsive-table.striped.hoverable.page.resources_list - resources.each do |account| = render partial: 'account', locals: { resource: account }