mirror of
https://github.com/whippyshou/mastodon
synced 2024-12-02 16:58:45 +09:00
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
|
- content_for :page_title do
|
||
|
= t('admin.action_logs.title')
|
||
|
|
||
|
%ul
|
||
|
= render @action_logs
|
||
|
|
||
|
= paginate @action_logs
|