2015-03-13 20:18:05 -04:00
|
|
|
import ModalBodyView from "discourse/views/modal-body";
|
2014-07-27 04:22:01 -04:00
|
|
|
|
2015-03-13 20:18:05 -04:00
|
|
|
export default ModalBodyView.extend({
|
2014-07-27 04:22:01 -04:00
|
|
|
templateName: 'admin/templates/modal/admin_edit_badge_groupings',
|
|
|
|
title: I18n.t('admin.badges.badge_groupings.modal_title')
|
|
|
|
});
|