mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 11:31:12 +01: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
|