mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 04:53:38 +08:00
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
|
import ModalBodyView from "discourse/views/modal-body";
|
||
|
|
||
|
export default ModalBodyView.extend({
|
||
|
templateName: 'admin/templates/logs/details_modal',
|
||
|
title: I18n.t('admin.logs.staff_actions.modal_title')
|
||
|
});
|