mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
424a3b042a
REFACTOR: ES6ified all the modals
7 lines
209 B
JavaScript
7 lines
209 B
JavaScript
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')
|
|
});
|