mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-07 16:33:24 +00:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
|
- content_for :page_title do
|
||
|
Domain Blocks
|
||
|
|
||
|
%table.table
|
||
|
%thead
|
||
|
%tr
|
||
|
%th Domain
|
||
|
%tbody
|
||
|
- @blocks.each do |block|
|
||
|
%tr
|
||
|
%td
|
||
|
%samp= block.domain
|
||
|
|
||
|
= will_paginate @blocks, pagination_options
|