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