The code powering m.abunchtell.com https://m.abunchtell.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

18 Zeilen
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'