2015-03-14 08:18:05 +08:00
|
|
|
import ModalBodyView from "discourse/views/modal-body";
|
|
|
|
|
|
|
|
export default ModalBodyView.extend({
|
2014-08-05 04:48:04 +08:00
|
|
|
templateName: 'admin/templates/modal/admin_agree_flag',
|
|
|
|
title: I18n.t('admin.flags.agree_flag_modal_title')
|
|
|
|
});
|