mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 18:38:07 +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
|