1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/admin/domain_blocks/index.html.haml

17 lines
276 B
Text
Raw Normal View History

2016-12-13 04:42:10 -08:00
- content_for :page_title do
Domain Blocks
%table.table
%thead
%tr
%th Domain
%th Severity
2016-12-13 04:42:10 -08:00
%tbody
- @blocks.each do |block|
%tr
%td
%samp= block.domain
%td= block.severity
2016-12-13 04:42:10 -08:00
= will_paginate @blocks, pagination_options