The code powering m.abunchtell.com https://m.abunchtell.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

18 lignes
481 B

  1. - content_for :page_title do
  2. = t('admin.domain_blocks.title')
  3. .table-wrapper
  4. %table.table
  5. %thead
  6. %tr
  7. %th= t('admin.domain_blocks.domain')
  8. %th= t('admin.domain_blocks.severity')
  9. %th= t('admin.domain_blocks.reject_media')
  10. %th= t('admin.domain_blocks.reject_reports')
  11. %th
  12. %tbody
  13. = render @domain_blocks
  14. = paginate @domain_blocks
  15. = link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'