mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
8 lines
116 B
Text
8 lines
116 B
Text
|
- content_for :page_title do
|
||
|
= t('admin.action_logs.title')
|
||
|
|
||
|
%ul
|
||
|
= render @action_logs
|
||
|
|
||
|
= paginate @action_logs
|